Tony Wolf
Tony Wolf

Reputation: 3

Grid View for ASP.Net MVC

Are there any build in Grid system for ASP.NET MVC? If there are not, are there package which is friendly for front-end developer beginner?

What I wanted is to press specific button, corresponding elements will be shown and other element will be hidden away in, all this element can only be shown in a Zone reserved for them

Upvotes: 0

Views: 389

Answers (1)

Munesh Kumar
Munesh Kumar

Reputation: 541

There is MVC grid which you can get from nuget. Furthermore, you can use JavaScript and partial views with it to complete your requirements. You need to go through its documentation properly.
Here is the link: https://mvc6-grid.azurewebsites.net/installation

Upvotes: 1

Related Questions