GDBG and RowHeaders

Hi! How can I set custom rowheaders in GridDaraBoundGrid? When I use gridDataBoundGrid.DataBoundGridModel[i,0].CellValue = data.RowNames[i]; It is works only for i = 0 and don''t work for other values if variable. Thanks

1 Reply

AD Administrator Syncfusion Team November 8, 2005 04:32 PM UTC

You can use the PrepareViewStyleInfo event. There you can set e.Style.Text when e.ColIndex == 0 and e.RowIndex > 0.

Loader.
Up arrow icon