Hi All
What I have: A Tabstrip with 2 levels which when a user clicks on the second level, displays the approprate data in a 2 level hierarchy.
My Problem:
1. This is a problem with the Tabstrip that Telerik have suggested I open a formal ticket for but I will mention it in case it's related. If a user clicks on a top level tab the tab styles with the highlighted style, but the second level dont. I have traced this to postback, in that if I disable postback for the Tabstrip it accepts the style.
2. My main problem here is with the RadGrid,Once a user has the Radgrid full of data they can expand the Hierarchy and see everything for a particular row. If they try to edit the nested data (Or add new) the edit form shows and away they go.
If however they try to edit a top level row (the row containing the nested data), the raggrid is empty on postback, and will only show data and open edit form if I click on the second level tabstri[ tab again.
The radgrid is populated in code behind with a data class, I'm not using sql (or other) datasources.
I thinks I'm missing a refresh or rebind() somewhere but cant find where. Any Ideas?
Andy
What I have: A Tabstrip with 2 levels which when a user clicks on the second level, displays the approprate data in a 2 level hierarchy.
My Problem:
1. This is a problem with the Tabstrip that Telerik have suggested I open a formal ticket for but I will mention it in case it's related. If a user clicks on a top level tab the tab styles with the highlighted style, but the second level dont. I have traced this to postback, in that if I disable postback for the Tabstrip it accepts the style.
2. My main problem here is with the RadGrid,Once a user has the Radgrid full of data they can expand the Hierarchy and see everything for a particular row. If they try to edit the nested data (Or add new) the edit form shows and away they go.
If however they try to edit a top level row (the row containing the nested data), the raggrid is empty on postback, and will only show data and open edit form if I click on the second level tabstri[ tab again.
The radgrid is populated in code behind with a data class, I'm not using sql (or other) datasources.
I thinks I'm missing a refresh or rebind() somewhere but cant find where. Any Ideas?
Andy