Can anyone help me how to center the value of a merged cell in the grid.
I have used e.Row.Cells(Index).Appearance.TextVAlign and e.Row.Cells(Index).Appearance.TextHAlign properites in InitializeRow event which is not working.
Thanks,
-cbvidya.
Hi,
This doesn't work because you are setting the appearance of the Cell. You need to use the MergedCellAppearance on the Overide.
I tried the MergeCellAppearance property which is not working too...