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
1175
How to hide SortIndicator on column's header?
posted

Hi

i have sorted my first columns in ascending order. After that i want to disable sorting on every column and Also want to hide SortIndicator on column's header? 

 

Regards

Asad 

Parents
  • 2070
    posted

    Hi Asad,

     

    To prevent the user from sorting, set the HeaderClickAction property on the override to something other than one of Sort options. To get rid of the sort indicator, you will need to write a creation filter that removes the sort indicator element. See the grid's CreationFilter property for more information on how to implement a creation filter.

     

    Hope this helps, 

    Sandip 

Reply Children