Grouping grid sortBehavior

Hi I want to set the sortbehavior in a grouping grid. back in 2004 this was not possible http://www.syncfusion.com/support/forums/message.aspx?MessageID=16733 has this functionality been added, and if so, how do i access it

3 Replies

AD Administrator Syncfusion Team May 10, 2005 08:31 AM UTC

Now there is a bool property, this.gridGroupingControl1.TableOptions.AllowSortColumns that you can set to control whether user sorting is allowed or not.


RI Richard May 11, 2005 12:44 AM UTC

Thanks Clay, Can I set the behavior to sort on a double click, as in this regular grid example /Set sorting by double clicking on the column header this.gridDataBoundGrid1.SortBehavior = Syncfusion.Windows.Forms.Grid.GridSortBehavior.DoubleClick;


AD Administrator Syncfusion Team May 11, 2005 03:02 AM UTC

There is no property setting to handle this. Here is a forum thread discussing this. http://www.syncfusion.com/Support/Forums/message.aspx?MessageID=26399

Loader.
Up arrow icon