We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date
close icon

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.
Live Chat Icon For mobile
Up arrow icon