joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
74 stars 55 forks source link

Hiding column by url parameter values #93

Closed codeweb closed 7 years ago

codeweb commented 7 years ago

Is it possible? How to get the GridContext?

joeharrison714 commented 7 years ago

Yes, for an example, see here: http://mvcgrid.net/demo/columnvisibilitydemo?cols=Id,FirstName,LastName,StartDate

Remove one of the column names in the query string and you will see the grid update.