MVC - looing for a grid with CRUD operations

>Reaper<

Well-Known Member
Joined
Feb 21, 2013
Messages
178
Hi,

I am working on a side project using MVC 5 with bootsrap.

I need to have a grid with basic CRUD operations - currently at work we are doing something similar and we are using Kendo. But Kendo is quite pricey and I am looking for a free alternative (Something easy to implement).

Any help would be appreciated. thanks!
 

Darko

Senior Member
Joined
Jul 9, 2008
Messages
627
Hi,

I am working on a side project using MVC 5 with bootsrap.

I need to have a grid with basic CRUD operations - currently at work we are doing something similar and we are using Kendo. But Kendo is quite pricey and I am looking for a free alternative (Something easy to implement).

Any help would be appreciated. thanks!

Entity Framework?
 
Top