JavaScript/jQuery TreeList - columnFixing.texts
Contains properties that specify texts for column fixing commands in the context menu of a column header.
                        Type:
                    
        leftPosition
Specifies text for the context menu subitem that fixes a column to the left edge of the UI component.
                        Type:
                    
                
                    Default Value: 'To the left'
                
        rightPosition
Specifies text for the context menu subitem that fixes a column to the right edge of the UI component.
                        Type:
                    
                
                    Default Value: 'To the right'
                
        stickyPosition
Specifies text for the context menu subitem that enables sticky column behavior.
                        Type:
                    
                
                    Default Value: 'Stick in place'
                
        Feedback