HA
haneefm
Syncfusion Team
May 31, 2007 06:25 PM UTC
Hi Richard,
You can try enabling the GridMergeCellsMode.OnDemandCalculation flag in a MergeCellsMode property. Please try the suggestion and let me know if this helps.
Me.GridControl1.Model.Options.MergeCellsMode = Syncfusion.Windows.Forms.Grid.GridMergeCellsMode.OnDemandCalculation Or Syncfusion.Windows.Forms.Grid.GridMergeCellsMode.MergeColumnsInRow
Best regards,
Haneef
RB
Richard Bysouth
June 4, 2007 11:30 PM UTC
Haneef
Thanks very much - that works perfectly!
I noticed there was also a typo in my code - the style name should have been "Column Header", not "Col Header".
Richard