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