MVCGrid.Net icon indicating copy to clipboard operation
MVCGrid.Net copied to clipboard

Results 100 MVCGrid.Net issues
Sort by recently updated
recently updated
newest added

I'm curious if you're aware of any scaffolding available for Visual Studio 2017, and mvc.

I use Ninject as a dependency injector for my ASP.Net MVC application. How can I inject my ICoursesService in the MVCGridConfig class in order to retrieve the necessary data for...

Hello, I open a grid in a modal popup (bootstrap Modal) using the js function modal("show"). Then, after updating or inserting an item, I can't refresh the grid using the...

Hi I need to export the grid to .xslx format. I tried the custom control but its not working, can you suggest how it can be achieved.? Thanks Tapan

I have data that I want to display in the MVCGrid. The data is produced by running an algorithm that generates the data for the grid. It takes a long...

Hello, First thank you, great grid solution. I have a problem about paging and global search, grid displays my whole test data (51 rows) even when paging is set to...

Hi, How I can implement a PDF,Excel export engine for MVCGrid? Best Regards

I've installed MVCGrid via NuGet and although it has added the DLL and a reference to it, none of the other setup appears to have worked and I have had...

HI, I have added a column with checkbox, when ever I do a global search all the checkbox value get refreshed, I need to maintain the state of checkbox while...