I have got RadGrid which I have assigned a custom skin.The Detail Table inherits the same skin from the main grid,is it possible to specify a different skin for the Detail Table?
Thanks
2 Answers, 1 is accepted
0
Accepted
Dimo
Telerik team
answered on 09 Dec 2009, 12:07 PM
Hi Siju John,
I am afraid this is not possible. You have two options:
2. Modify your custom skin in such a way, that all styles are different for the rows, which are inside a detail table. Detail tables have a rgDetailTable CSS class, which you can use to distinguish rows inside them. For example:
I also believe that the following help document should be of help to set different styles for the table in hierarchical grid when one of the predefined skins is
applied to the grid. Different styles in each hierarchy level with skin applied