Hi Everyone,
I've got detail tables for my radgrid configured with the following hierarchy load modes:
MasterTableView - Server On Demand
Detail Table View - Client
Detail Table View - Not Specified (should be ServerOnDemand by default, right?)
All tables have ObjectDataSources declared for their DataSourceId.
Now, here's the funny behavior I'm seeing:
--If I expand a MasterTable row, the page posts back (per ServerOnDemand) and I see the first detail table. Both nested detail tables are databound (due to client setting on the first nested detail table)
--If I expand another MasterTable row, the page posts back, and the first nested detail table is shown for each expanded row. (in this case i'd see 2; one for the row expanded in step 1, and the one I just expanded
--if i expand the detail table view for the one in step 2, i see the 2nd nested table view. the page doesn't postback, due to the client setting. However, if i expand another master table row, the row with all levels expanded collapses down to only show the master table row. If i only expand the master table row; the row doesn't collapse.
Weird, huh? Any ideas on what could be going on here?
I've got detail tables for my radgrid configured with the following hierarchy load modes:
MasterTableView - Server On Demand
Detail Table View - Client
Detail Table View - Not Specified (should be ServerOnDemand by default, right?)
All tables have ObjectDataSources declared for their DataSourceId.
Now, here's the funny behavior I'm seeing:
--If I expand a MasterTable row, the page posts back (per ServerOnDemand) and I see the first detail table. Both nested detail tables are databound (due to client setting on the first nested detail table)
--If I expand another MasterTable row, the page posts back, and the first nested detail table is shown for each expanded row. (in this case i'd see 2; one for the row expanded in step 1, and the one I just expanded
--if i expand the detail table view for the one in step 2, i see the 2nd nested table view. the page doesn't postback, due to the client setting. However, if i expand another master table row, the row with all levels expanded collapses down to only show the master table row. If i only expand the master table row; the row doesn't collapse.
Weird, huh? Any ideas on what could be going on here?