is it possible to show the headers of the DetailTable in the MasterTableView only once?
You can see my grid in the attachment. I want to show all blue rows on top of the grid. The filtering functionality is required as well. Is there a way to do this? Any help is appreciated.
1 Answer, 1 is accepted
0
Konstantin Dikov
Telerik team
answered on 30 Mar 2015, 06:35 AM
Hi Nina,
Due to the way that RadGrid is rendering its items and its hierarchy, it is not possible to achieve the desired result.
The only thing that I could suggest as a workaround is to create your header structure outside the grid for both, the MasterTableView header and the DetailTable header. However, this could only be used for visually displaying the headers above the actual grid, but those headers will not have any of the functionalities available in the built-in headers.