2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
We need column type to perform filtering operations in Grid, so in this KB we will see about how to set the column type for auto generated columns. Solution: We can achieve this using dataBound event of Grid. Let us see how to set type for auto generated columns using dataBound event of Grid JS:
MVC:
Controller:
ASPX:
“DataBound” event triggers at the initial rendering of the Grid. In this event we can set column type based on currentViewData. Here we have looped the grid columns for finding the field name and we get the value of the column from the currentViewData using field name and assigned that value in type property of grid columns.
The result will be as follows. Figure 1: Type for auto generated columns |
2X faster development
The ultimate ASP.NET MVC UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.