View with filters and grid in Asp.Net MVC

Asked

Viewed 445 times

0

I am new to Asp.Net MVC and need to create a View similar to the following image:

Exemplo da tela

In the "Filters" frame the user will select the filters to be used in the query and click on the "Filter" button to bring the data.

The data will compose a list and will be presented in some control that simulates a grid (if possible with scroll bar or even paged).

Below a table that will have some options, such as a button to create a new call.

My difficulty is that I don’t know where to start, because after performing the filter I didn’t want the selected filters to erase or have their value changed to the default.

And I don’t know if the grid part should be a partial view.

Someone to give me a north?

  • There are some plugins that already do this like: Datatables, jQuery Bootgrid, etc ... I recommend using Datatables: https://datatables.net/

  • 1

    It has tutorial step by step how to do (similar to yours, the idea is same). At this link: https://www.youtube.com/user/achillesfroes/videos. has all examples. .

  • 1

    Oops, I’m going to go now, thanks @Matheusmiranda!

  • 1

    Start with this video: https://www.youtube.com/watch?v=WtswNaE5OgI and so on... Anything just write in the comment.

No answers

Browser other questions tagged

You are not signed in. Login or sign up in order to post.