joeharrison714 / MVCGrid.Net

http://mvcgrid.net
MIT License
75 stars 56 forks source link

Removing tables from MVCGridDefinitionTable #203

Open mnedumaran2004 opened 4 years ago

mnedumaran2004 commented 4 years ago

Is there a way to clear tables from MVCGridDefinitionTable. I want to pass some additional parameters to an action method over UrlHelper.Action. These additional parameters are available only after the user is logged in. So, I want to clear all table definitions and register the tables again with available parameters.