Hello,
I have a Radgrid with a detail table. The detail table works fine. If I group the main Radgrid by one column, I can still expand the group, and then the detail table, and it displays fine.
If I group the main radgrid by two columns, I can expand the groups fine, but when I expand the detail table, it does not show. Strangely, it is populated fine, but the row is created with 'display: none;'.
If I remove the style tag from that row using Chrome's 'inspect element' function, the detail table shows just fine, with appropriate data.
Is this a bug? I don't have any Javascript functionality, so the 'style' tag must be added by the Radgrid. The Radgrid uses client-side grouping, and is also using an ajax manager.
See it in action here: http://www.hotslogs.com/Account/MatchHistory?PlayerID=17. Group by 'Character', and you can still expand detail table. Group by 'Character' and 'Map', and the detail table doesn't show. Inspect the element and you can find the detail table's row with 'display: none;'
I have a Radgrid with a detail table. The detail table works fine. If I group the main Radgrid by one column, I can still expand the group, and then the detail table, and it displays fine.
If I group the main radgrid by two columns, I can expand the groups fine, but when I expand the detail table, it does not show. Strangely, it is populated fine, but the row is created with 'display: none;'.
If I remove the style tag from that row using Chrome's 'inspect element' function, the detail table shows just fine, with appropriate data.
Is this a bug? I don't have any Javascript functionality, so the 'style' tag must be added by the Radgrid. The Radgrid uses client-side grouping, and is also using an ajax manager.
See it in action here: http://www.hotslogs.com/Account/MatchHistory?PlayerID=17. Group by 'Character', and you can still expand detail table. Group by 'Character' and 'Map', and the detail table doesn't show. Inspect the element and you can find the detail table's row with 'display: none;'