Sorting coveredRanges

Hi, I have the following code: this.dgInvoicesMain.Model.CoveredRanges.Add(Syncfusion.Windows.Forms.Grid.GridRangeInfo.Cells(0,6,0,7)); This combines two columns into one. How do I get the sort functionality to work for covered ranges? It works O.K. for every other column. Thanks Iain

1 Reply

AD Administrator Syncfusion Team October 6, 2005 04:24 PM UTC

You can try to handle the double click yourself and manually do the sort. Here is a a minimal sample. http://www.syncfusion.com/Support/user/uploads/GDBG_Copy_a3231a71.zip

Loader.
Up arrow icon