Kendo Grid MVC Wrapper Automatic Column Configuration
- 10 minutes to read
The Telerik Kendo Grid control is really powerful, especially when combined with the MVC wrappers. One of the things that make the MVC wrapper so useful is the ability to automatically (and easily) generate data-bound columns. It’s a single line of code: .Columns(columns => columns.AutoGenerate(true)) ...
Read more