Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
450
disable "order" option
posted

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?

  • 430
    posted

    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