Couldn''t sort rows when using TableControlCellClick eventhandler?

Hi,

I implemented a method to handle TableControlCellClick event of GridGroupingControl, my method runs fine but after that I couldn't sort rows (when click on the headers cell).

Please help me to enable sorting because I need to use it. Is there any other event that I can use?

Thanks and regards,

Cuong Luc.

1 Reply

AD Administrator Syncfusion Team October 19, 2006 11:03 AM UTC

I've solved it :)

I had set e.Inner.Cancel to true for all cells, so the sort thing didn't work. After removing that code, I can have sorting work again.

Loader.
Up arrow icon