We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

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.
Live Chat Icon For mobile
Up arrow icon