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!