Answered by:
Master / Detail drill down using a webgrid

Question
-
User483055775 posted
How would we do a master record / detail record drill down - hopefully through webmatrix - but anywhere in asp.net would be great.
00101 Master Record 78111 3182 Smith Drive
Child 1 - male
Child 2 - male
Child 3 - female
Thanks in advance.
DonnieS
Tuesday, May 14, 2013 2:10 PM
Answers
-
User1713851783 posted
I haven't still seen implementations of master detail tables with WebGrid.
If this is what you want to accomplish, jTable maybe is the solution. Examples on jTable site are only for ASP.NET MVC and Web Forms, but I have made some test in WebMatrix and it works.
This is a detailed implementation in ASP.NET MVC: AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, May 14, 2013 5:32 PM
All replies
-
User1713851783 posted
I haven't still seen implementations of master detail tables with WebGrid.
If this is what you want to accomplish, jTable maybe is the solution. Examples on jTable site are only for ASP.NET MVC and Web Forms, but I have made some test in WebMatrix and it works.
This is a detailed implementation in ASP.NET MVC: AJAX based CRUD tables using ASP.NET MVC 3 and jTable jQuery plug-in.
- Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
Tuesday, May 14, 2013 5:32 PM -
User483055775 posted
Thanks - this looks like as good as I am going to get it until i move the app all the way to vs2010 or vs2012
Tuesday, May 14, 2013 6:27 PM -
User-821857111 posted
You can use the approach I outlined here: http://www.mikesdotnetting.com/Article/189/Efficiently-Displaying-Hierarchical-Data-With-The-jQuery-Accordion-In-Razor-Web-Pages. The use of the accordion is optional....
Wednesday, May 15, 2013 8:23 AM -
User1713851783 posted
Thanks - this looks like as good as I am going to get it until i move the app all the way to vs2010 or vs2012I don't know if you are still looking for an example, but I have just plubished it on CodeProject: CRUD tables in WebMatrix using jTable jQuery plugin.
Monday, May 20, 2013 11:22 AM -
User483055775 posted
Bless you GmGregori , I need to get that piece done this evening and just checked. Cant want to get home from the base and use your example. I am excited.
DonnieS
Monday, May 20, 2013 11:42 AM