Disable sorting on GGC

Hi

Please let me know, as to how i can disable sorting on a GridGroupingControl.


Thanks in advance

Regards

Deepak


1 Reply

YV Yuvaraja V Syncfusion Team December 13, 2010 10:24 AM UTC

Hi Deepak,

Thanks for using Syncfusion Products.

In GridGroupingControl, the header sorting can be cancelled by handling the "TableControlQueryAllowSortColumn" event with the following code.

e.AllowSort = false;


Here is the sample for your reference.

http://www.syncfusion.com/uploads/redirect.aspx?&team=support&file=HeaderSorting-649799832.zip

Please let us know if you have any other concerns.

Regards,
Yuvaraja V.


Loader.
Up arrow icon