Skip to content

Replies

0
Madhavi
Madhavi answered on Jul 28, 2011 8:43 PM

I would like to manually sort the Ultragrid.

I'd like to remove the sorting from the Header Column. I am using the following to remove sorting

e.Layout.Override.HeaderClickAction =

 

HeaderClickAction.ExternalSortSingle;

However, even if I call refreshSort() before binding the table to the grid,

I am unable to sort the grid.

Is there something that I am missing ?

 

Thanks!