hi,
In kendo I am using this below code for auto generated columns .
columns.AutoGenerate(column =>
{
column.Width = "100px";
});
I just want use this is in mvc web grid. what is the code.
I dont know the column names , number of records it is auto generated columns when run the query grid will fill these columns.
Thanks,