Nested GridViews

Nested GridViews

Old forum URL: forums.lhotka.net/forums/t/8669.aspx


kms123 posted on Tuesday, March 16, 2010

 Is there a way to have nested GridViews in a CSLA application? If so, can anyone provide a link to an example? Thanks in advance.

 

 

 

am_fusion replied on Tuesday, March 16, 2010

So CSLA is UI agnostic.   I am afraid you will have to give more detail for anyone to be able to help you.  What UI tech are you using?

kms123 replied on Tuesday, March 16, 2010

I am using VisualStudio 2008 for developing asp.net applications. Code is in C#.

JoeFallon1 replied on Tuesday, March 16, 2010

I have used Nested DataGrids in ASP.Net using CSLA. I have also nested a Repeater inside a DataGrid. And  repeater inside a Repeater. As I recall the key idea is to identify the child set of records based on the selected record in the first grid. Use LINQ or FileteredBindingList to then dispaly the correct subset of records.

Joe

 

Copyright (c) Marimer LLC