For the majority of our grids we have a specific configuration, Paging, Filters, etc. Any ideas of how to create a single config object in C# that I can just pass into a grid rather than setting everything for every grid.
With js it seems doable... I just create a config object, modify any of our defaults if needs for that grid, and pass it to the jQuery extension.
But, I'm not sure how to do it for the MVC helpers. Any ideas?
With js it seems doable... I just create a config object, modify any of our defaults if needs for that grid, and pass it to the jQuery extension.
But, I'm not sure how to do it for the MVC helpers. Any ideas?