neel k

neel k

  • NA
  • 143
  • 132.3k

mvc 5 web grid auto generated columns

Aug 3 2015 2:43 PM
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,
 

Answers (1)