Hi.
I tried to find a way to remove the order option from the column header on my ultragrid (screen shot attached) without success.
Is there a way to do that?
Hi,
You can set the action on column click event using the following code
Grid.DisplayLayout.Override.HeaderClickAction = Infragistics.Win.UltraWinGrid.HeaderClickAction.Select
You will also notice the other options which are available that u can set such as Multi Sort, Single Sort and other...
If this code help u plz verify the answer...
Regards,
Carlton Rufus