Force not hidable columns
Brought to you by:
mcarniel
Hello, it would be very usefull to be able to choose which columns should be hidable/showable and which shouldn't. The point is, that if there are for example 5 columns in grid and you want the third to be always visible or always hidden, you don't have such a possibility to force this behavior. Could be added some property to define if some column should be in settings of visible columns raised by right mouse button? Setting visibility of column is not a solution because user have always possibility to show the column back. And I wanna show one column no matter what user wants. Thanks Lukas
Hello again, there is no progress in this topic so I found a solution for this problem, which is already possible. If I want user not to hide or show some column, there is a property called columnSelectable which does just that function. If I set the property columnSelectable of column to false (tick off in property editor) this column is not showable or hidable in running application. So it is just on developers choice if he wants to show this column or not and user cannot do anything about it.