MergeCells in GridDataBoundGrid

How can i merge cells in DBG, if i have bounded and unbounded columns? When i write gridDataBoundGrid1.Model.Options.MergeCellsMode = GridMergeCellsMode.OnDemandCalculation | GridMergeCellsMode.MergeRowsInColumn; then event not activated? What and where must i write for activating event QueryCanMergeCells?

1 Reply

AD Administrator Syncfusion Team March 27, 2006 12:34 PM UTC

gridDataBoundGrid1.TableStyle.MergeCell = GridMergeCellDirection.RowsInColumn;

Loader.
Up arrow icon