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.
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?
I am using VisualStudio 2008 for developing asp.net applications. Code is in C#.
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