I wish to create a master/detail page. I see it working one of two ways:
- Clicking a row in a grid calls the same page again with the addition of a details panel.
- Clicking a row does javascript/JSON call to a controller action that returns details and populates a panel.
I would like the selected row to be highlighted. The selected row could be several pages into a paged grid.
Sounds easy. Unfortunately I'm new to asp.net MVC, and I'm not an experienced programmer. However, I can follow and adapt examples. I would appreciate examples of both the above methods to help me learn MVC.
Thanks in advance.