0
I am new to Asp.Net MVC and need to create a View similar to the following image:
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/
– Matheus Miranda
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. .
– Matheus Miranda
Oops, I’m going to go now, thanks @Matheusmiranda!
– Paulo Balbino
Start with this video: https://www.youtube.com/watch?v=WtswNaE5OgI and so on... Anything just write in the comment.
– Matheus Miranda