farshad Posted January 16, 2004 Posted January 16, 2004 Hi, I am using a datagrid which has a plus sign next to each record so that you can drill down another level. How is it possible to drill down one record (i.e: expand) and at the same time have another record expanded too? Currently I believe you are allowed to have only one record at a time to be expanded. Is this right? And are there any examples which shows the datagrids in asp.net to drill down several levels rather than once? Thanks guys Quote Farshad
kahlua001 Posted January 16, 2004 Posted January 16, 2004 http://www.denisbauer.com/ASPNETControls/HierarGrid.aspx If you need to show more records under the first one, then you can use templatecolumns and add another datagrid into your parent datagrid at runtime. Quote
Muhad Posted January 28, 2004 Posted January 28, 2004 http://www.denisbauer.com/ASPNETControls/HierarGrid.aspx If you need to show more records under the first one, then you can use templatecolumns and add another datagrid into your parent datagrid at runtime. Thanks for posting that link. This is exactly what I am trying to do. I have a headache! lolol Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.