I wish I could help dude, I am waiting for someone to answer my questions too. Just be patient and one of the moderators will get to you :).
Slade
Practically a Master Poster
633 posts since Mar 2004
Reputation Points: 115
Solved Threads: 7
Sorry about not noticing your thread earlier ;) . Sometimes, its hard to describe what you want to do, and if you can't describe what you want, you can't find help for it. I'm pretty sure what you are trying to do is build a Master/Detail Nested Datagrid.
Check out this article on DotNetJunkies: Building a Master/Detail DataGrid , and after you're through with that, check out Building a Master/Detail DataGrid Part II :cool:.
Tekmaven
Software Architect
1,274 posts since Feb 2002
Reputation Points: 322
Solved Threads: 28
What would trigger the action? Yes, you can add new rows. What are you binding to the DataGrid?
I like to use a DataReader, as they are very high performance. I loop through the DataReader to create an ArrayList. Then I bind the ArrayList to the DataGrid.
In server-side code, it is easy to add items to the ArrayList and simply re-bind.
tgreer
Made Her Cry
2,118 posts since Dec 2004
Reputation Points: 227
Solved Threads: 37