exception on EndUpdate with MergeCellsMode

Hi, When I use MergeCellsMode I can an exception: An unhandled exception of type ''System.NullReferenceException'' occurred in syncfusion.grid.windows.dll It happens when I use this line: SalesGrid.Model.Options.MergeCellsMode = GridMergeCellsMode.MergeColumnsInRow; Rene

1 Reply

AD Administrator Syncfusion Team October 3, 2005 12:01 AM UTC

Try using this code. SalesGrid.Model.Options.MergeCellsMode = GridMergeCellsMode.OnDemandCalculation|GridMergeCellsMode.MergeRowsInColumn;

Loader.
Up arrow icon