I'm new to Asp.Net MVC and I need to create a View similar to the following image:
Inthe"Filters" box the user will select the filters to be used in the query and click 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 scrollbar or even paged).
Below a table that will have some options, such as a button to create a new call.
My problem is that I do not know where to start because after filtering I did not want the selected filters to go out or have their value changed to the default.
And I do not know if the part of the grid should be a partial view.
Someone to give me a north?