Hi from Germany,
can anybody tell me how the disable the sort method of the column header?
And how can i delete the pin and the filter symbol from the columns header?
I use ultragrid 2009.2
Thank you very much!
First you will need to handle the BeforeSortChange event. In that event you will need
e.Cancel = True
To remove the pin and filter icons you have to set the properties of the column.
Filter: COLUMN.AllowRowFiltering = False
Pin: Could not find a property on the column
Thanks for your reply.
I will change my code and check ist out.
Some more hints for the pin question?