Turn of the sorrting

Hi Expert, I am using GridDataBoundGrid. I try to turn off the sorting but I can not do it. Please help me!. I can not see the property ''''TableOptions.AllowSortColumns'''' in GridDataboundGrid. Thanks, Len. >Try setting: > >this.grid.TableOptions.AllowSortColumns = false;

1 Reply

AD Administrator Syncfusion Team March 7, 2005 12:36 PM UTC

In GridDataBoundGrid, try: this.gridDataBoundGrid1.SortBehavior = = GridSortBehavior.None;

Loader.
Up arrow icon