Uzair Anwaar
Uzair Anwaar

Reputation: 243

Javascript, HTML and CSS Grid

I am ASP.NET MVC to develop my application on web. This app requires a grid to display, sort, and modify the data. User can perform all crud operation using this grid and needs to hide any column as per need. I have searched a lot on internet to find any free HTML based control which fulfill this requirement but I did not find.

I just want to have a grid which fulfill the above requirement either that only based on java script or it have some dependencies on ASP.NET MVC frame work like other grids which are based on server side scripting which generates HTML on run time.

Any kind of help will be appreciated.

Upvotes: 0

Views: 656

Answers (2)

brains911
brains911

Reputation: 1310

Here are some links that may help:

Ext Js - Javascript solution... maybe a little overkill, but tons of stuff out of the box.

Tutorial - Using CRUD Operations with jQuery igGrid, Entity Framework and ASP.Net MVC3

StackOverflow - Some more javascript solutions here.

Upvotes: 1

Darin Dimitrov
Darin Dimitrov

Reputation: 1038710

You may take a look at the Telerik Grid.

Upvotes: 2

Related Questions