AD
Administrator
Syncfusion Team
December 29, 2004 07:00 AM UTC
The text displayed on the PushButton in a grid cell is controlled through the GridStyleInfo.Description property for the cell. So, try setting
Me.gridControl1(e.RowIndex, e.ColIndex).Description = "abc"