This is a migrated thread and some comments may be shown as answers.

NestedViewTemplate is not showing

3 Answers 131 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Bilal
Top achievements
Rank 1
Bilal asked on 27 Oct 2011, 06:18 PM
Hi Telerik Team,

After updating to the latest Telerik version (Telerik.Web.UI_2011_2_915), the NestedViewTemplate is not showing anymore.

Please advice.

Thanks,
Bilal

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 28 Oct 2011, 04:53 AM
Hello Bilal,

I tried the same scenario in the latest version which worked as expected. Here I am pasting the full code that I tried.

aspx:
<asp:ScriptManager ID="ScriptManager1" runat="server">
</asp:ScriptManager>
<telerik:RadGrid ID="RadGrid1" Skin="Transparent" runat="server" DataSourceID="SqlDataSource1" AutoGenerateColumns="true">
   <MasterTableView  DataKeyNames="EmployeeID">
     <NestedViewTemplate>
         <telerik:RadGrid ID="RadGrid2" runat="server" AutoGenerateColumns="true" DataSourceID="SqlDataSource1">
          </telerik:RadGrid>
     </NestedViewTemplate>
 </MasterTableView>
</telerik:RadGrid>

Thanks,
Shinu.
0
Bilal
Top achievements
Rank 1
answered on 28 Oct 2011, 04:50 PM
Hi Shinu,

I tried another user control, and the NestedViewTemplate is working well there.
So my question to you is, what could affect the NestedViewTemaplate to disappear in a grid?

Thanks,
Bilal
0
Iana Tsolova
Telerik team
answered on 02 Nov 2011, 10:11 AM
Hello Bilal,

We are not aware of such issues with the NestedViewTemplate so it is hard to determine what is the cause of it based on the provided information. Can you elaborate what exactly happens? Are you able to expand the grid items? And is anything displayed at all as a result? Also, please confirm no javascript or server errors are thrown.

Greetings,
Iana Tsolova
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
Tags
Grid
Asked by
Bilal
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Bilal
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or