How do I disable ggc automatic sorting ?

Hi,

I tried to set
this.myGGC.TableOptions.AllowSortColumns = false;

It didn't help. my ggc always sorts itself automatically according to a certain field.


Is there another option I missed ?

2 Replies

AD Administrator Syncfusion Team February 26, 2007 06:09 PM UTC

Hi Ryan,

We were not able to reproduce the issue here. Is it possible for you to upload us a sample or modify the attached sample to reproduce the issue here? This will help us to analyse the issue further.

Here is a sample.
GGC_sort.zip

Best regards,
Haneef


AD Administrator Syncfusion Team February 27, 2007 09:57 AM UTC

I found the problem.

"TableDescriptor.SortedColumns" was set by mistake.


Thanks anyway.

Loader.
Up arrow icon