Hello!
With a kendo grid, if you don't specify the columns it will automatically bind everything in the datasource without any kind of formatting etc.
I have a situation where I desire this behavior (I have a variable datasource, with different columns for different situations) but I would like to be able to specify certain properties, like width, hidden:true/false etc.
Is it possible to specify column properties while still auto-binding from the datasource, and not defining which fields go to which column?
This would be very useful.
Thanks!