In MVC 5 #; How do I change the data in the Grid based on the changes of the drop down list?
Example:
Select One <--- Example drop-down list
- All
- None
- Read
- Unread
Grid - By default the Grid show ALL
ID | Message Subject | Actions | |
1234 | Read | dadfdf effdfd joowr | View | Attachments | Delete |
5678 | Read | dafdf erer SELECT | View | Attachments | Delete |
9877 | Unread | as you wish very well | View | Attachments | Delete |
6860 | None | Left to tell the troublesome truth about Jamie | View | Attachments | Delete |
6862 | None | No way not that again, what the FDFdsf | View | Attachments | Delete |
6870 | Read | Just did a feit aak jt;eajtieo jerjeo ejow | View | Attachments | Delete |
My is to accomplish a changing grid based on the changes with the drop down list.