I'm looking to do a three level nested grid with the last detail table having a radiobuttonlist to filter the data.
-Hierarchy 1
-Hierachy 2
Show All (6 Records) Show X (3Records) Show Y (2 Records) Show Z (1 Record)
-------------------Detail Table------------------
The radiobutton list is created on demand and on postback rebinds the data in the detail table based on a filter value.
Any examples of this out there?
-Hierarchy 1
-Hierachy 2
Show All (6 Records) Show X (3Records) Show Y (2 Records) Show Z (1 Record)
-------------------Detail Table------------------
The radiobutton list is created on demand and on postback rebinds the data in the detail table based on a filter value.
Any examples of this out there?