Pushbutton

Hi, I am using the GridControl. The grid has three columns and all the cells in the third column should have the PushButton. If I add a record during the run time that row also should have the push button at the last column. Regards Rajesh

2 Replies

AD Administrator Syncfusion Team February 2, 2005 11:10 AM UTC

Rajesh, you could handle the QueryCellInfo event. See the GDBGMultiHeader example for an example how to handle this event in a GridDataBoundGrid. Stefan >Hi, > >I am using the GridControl. The grid has three columns and all the cells in the third column should have the PushButton. If I add a record during the run time that row also should have the push button at the last column. > > > >Regards >Rajesh


ST Stephen Trinder February 2, 2005 09:45 PM UTC

Hi. If you set GridControl.ColStyles[n].CellType = "PushButton" then column n will always contain a Pushbutton, even if you add a new row.

Loader.
Up arrow icon