How to make expandable data tables?

lkmcmillen

New Member
Hi,<BR><BR>I'm converting an old ASP site to an ASP.NET site. In the old site we have a table where our users can get an overview of theirs orders. By clicking the expand icon of a row they will see some detailed information from the selected order. The detailed information is listed between the selected row and the row under the selected one. Something like this:<BR><BR>+ orderline1 overview1 some more text<BR>- orderline2 overview2 some more text<BR> some detailed info about orderline2<BR> bla bla bla bla bla<BR> bla bla bla bla bla bla<BR>+ orderline3 overview3 some more text<BR>+ orderline4 overview4 some more text<BR>+ orderline5 overview5 some more text<BR><BR>(the user have expanded orderline2)<BR><BR>Is it possible to do this? I have been trying with a datagrid, but adding a row that have it owns data source seems impossible. (by the way, adding a row manually to a datagrid seems already impossible)<BR><BR>Thanks for all help<BR><BR>/WikoCheck out the 4Guysfromrolla site. I think there is an article there. I also saw an article for this in the May issue of Visual Studio Magazine. You should be able to get this one from their web site.<BR><BR>TomTT
 
Back
Top