I am using the TTIWAdvWebGrid. I have set a column as a sort column.
Everything works fine when the user clicks on the column. The rows are re-displayed in sorted order of the column data.
How can I programmatically sort the grid based on a column?
Thanks,
Randall H. Carpenter
Hi,
Can you please try using the SortSettings.Column and SortSettings.Direction properties to programmatically configure the sorting?