Hi Sir / Madam,
I am using Hierarchical grid to display Master & Details information. I want page size as 10 and 5 respectively in MasterTableView and DetailTables. For uniqueness in entire application i would like to go with asp.net's skin file. I have written below listed code in Skin1.skin file
But end result was not met my expectation. Both Master and Child tables displays 5 records per page.
If I use same settings in .aspx page instead of skin file, results are displayed as expected.
Could any one please help me in this regard. Thanks in advance.
Thanks,
Sumanth
I am using Hierarchical grid to display Master & Details information. I want page size as 10 and 5 respectively in MasterTableView and DetailTables. For uniqueness in entire application i would like to go with asp.net's skin file. I have written below listed code in Skin1.skin file
<telerik:RadGrid runat="server" ><MasterTableView PageSize="10"></MasterTableView>
</telerik:RadGrid><telerik:GridTableView Width="100%" PageSize="5" runat="server"></telerik:GridTableView>But end result was not met my expectation. Both Master and Child tables displays 5 records per page.
If I use same settings in .aspx page instead of skin file, results are displayed as expected.
Could any one please help me in this regard. Thanks in advance.
Thanks,
Sumanth