Hello
I am using RadGrid with HierarchyLoadMode="Client" and have
<telerik:RadGrid>
<MasterTableView Name="ListGrid" AutoGenerateColumns="false" AllowMultiColumnSorting="false"
AllowAutomaticDeletes="false" CommandItemDisplay="Top" HierarchyLoadMode="Client"
NoDetailRecordsText="No Lists to display" ClientDataKeyNames="ListID" Width="100%">
<DetailTables>
<telerik:GridTableView Name="ListChildGrid" Width="100%" runat="server" EnableNoRecordsTemplate="true"
HierarchyLoadMode="Client AllowSorting="true" AllowPaging="true" DataKeyNames="ListID" ClientDataKeyNames="ListID" AutoGenerateColumns="false" PageSize="5" CommandItemDisplay="Top">
...
...
</telerik:GridTableView>
</DetailTables>
</MasterTableView>
</telerik:RadGrid>
the Width of the Inner grid shows one column less than the parent grid
have attached a image of so and by the way i am using telerik version 2011.2.920.40
please suggest me an solution for so on client side.
I am using RadGrid with HierarchyLoadMode="Client" and have
<telerik:RadGrid>
<MasterTableView Name="ListGrid" AutoGenerateColumns="false" AllowMultiColumnSorting="false"
AllowAutomaticDeletes="false" CommandItemDisplay="Top" HierarchyLoadMode="Client"
NoDetailRecordsText="No Lists to display" ClientDataKeyNames="ListID" Width="100%">
<DetailTables>
<telerik:GridTableView Name="ListChildGrid" Width="100%" runat="server" EnableNoRecordsTemplate="true"
HierarchyLoadMode="Client AllowSorting="true" AllowPaging="true" DataKeyNames="ListID" ClientDataKeyNames="ListID" AutoGenerateColumns="false" PageSize="5" CommandItemDisplay="Top">
...
...
</telerik:GridTableView>
</DetailTables>
</MasterTableView>
</telerik:RadGrid>
the Width of the Inner grid shows one column less than the parent grid
have attached a image of so and by the way i am using telerik version 2011.2.920.40
please suggest me an solution for so on client side.