OnSortComplete Event Avaiable?

Is there a OnSortComplete event or something similar that can be implemented? I've looked through the properties and couldn't find anything that fit what I needed. The mouse click event doesn't work because the records haven't been sorted yet when the event is called.

I'm using SyncFusion version 7.2

1 Reply

RC Rajadurai C Syncfusion Team March 1, 2010 12:23 PM UTC

Hi Jason,

Thanks for your interest in Syncfusion Products.

Once the sorting is completed, the TableDescriptor.PropertyChanged event get triggered followed by SortedColumns.Changed event. After this event fires, the repainting and refreshing of grid take place to display the sorted grid.

Hence, you can hook the TableDescriptor.SortedColumns.Changed event to handle any checks after sorting.

Regards,
Rajadurai

Loader.
Up arrow icon