i'm binding an hierarchical grid with a custom collection class of data with a nested collection...
my collection looks similar to this
-ID
-Type
-Description
+Items
ID
Type
Description
so i bind the grid to the class then i use the itemdatabind event to bind the detailtable to my [Items]...i want to bind everything upfront so navigating through the 2nd level is quick...but when i expand a row, there is nothing appearing in the detailtable...where are my items?
am i taking the wrong approach to this?
my collection looks similar to this
-ID
-Type
-Description
+Items
ID
Type
Description
so i bind the grid to the class then i use the itemdatabind event to bind the detailtable to my [Items]...i want to bind everything upfront so navigating through the 2nd level is quick...but when i expand a row, there is nothing appearing in the detailtable...where are my items?
am i taking the wrong approach to this?