MVCGrid.Net
MVCGrid.Net copied to clipboard
Hi, Is there any possibility to use a fixed header in MVCGrid table? I tries many solutions, and non of them works well.
Hello, I am trying to add paging to my grid, but its not appearing or limiting my results....here is my code: ``` GridDefinition def = new GridDefinition(); GridColumn ID =...
I have the MVCGrid setup EXACTLY like your demos and I get the following ERROR: 'There is already a grid definition with the name 'LogGrid'. Parameter name: name'.
Bumps bootstrap from 3.3.2 to 3.4.1. [](https://help.github.com/articles/configuring-automated-security-fixes) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Can we have a provision or way to conditionally show OR hide a column in grid based on model data
Created a simple paged grid, but the "previous", "next" and pages links are all simple, not like the demos in "http://mvcgrid.net/demo/paging". I guess I need to add some CSS that...
Hi, to properly support sessions ( as for refreshing and using session values in mvcgridconfig.cs to filter data or build the query ) the handler must implement IRequiresSessionState.
Hello everybody! Urgent help needed please!! I want to localize Header Text value using resource file like example below `cols.Add("Ordinal").WithHeaderText(Resources.Ordinal)` The problem is that it always returns the default culture...
When referencing the grid in the view the following exception is thrown. Error CS1061 'IHtmlHelper' does not contain a definition for 'Grid' and no accessible extension method 'Grid' accepting a...
Hi I am trying to use this, but is not working the sorting. This is my code, I enabled sorting in both the grid and columns. Is there an error?....