The Syncfusion® native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
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
ADAdministrator 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
STStephen TrinderFebruary 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.