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

RadGrid DetailTable Empty in Client Side Binding

3 Answers 76 Views
Grid
This is a migrated thread and some comments may be shown as answers.
hui deng
Top achievements
Rank 1
hui deng asked on 18 Dec 2013, 07:13 PM
In Visual Studio 2013 Telerik RadGrid shows Detail Table empty after the Row Expand in
Both version 2012.2.724.40 and Version 2013.3.1114.45


for  Visual Studio 2012 Telerik RadGrid shows information in the detail table within the grid  after the Row Expand in
Both version 2012.2.724.40, but Empty in Version 2013.3.1114.45


any idea about this issue?


3 Answers, 1 is accepted

Sort by
0
Vasil
Telerik team
answered on 23 Dec 2013, 08:32 AM
Hi,

It could be a JavaScript error in the page, that prevents your detail tables to work correct. You could try to disable the Browser Link feature of VS 2013 and see if this will helps.

Regards,
Vasil
Telerik
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 the blog feed now.
0
hui deng
Top achievements
Rank 1
answered on 23 Dec 2013, 01:28 PM
you are right.. in visual studio 2013. i got an javascript error if i did not disable the browserLink.js.

i can launch the project and get the grid master table binding from the client side after set this in the web.config file.

 <add key="vs:EnableBrowserLink" value="false" /> to disable the browserlink in visual studio.

However the detailtableview is still empty after i clicked on the row expanding image.

when i debug the process. i can see DetailTableView._dataItems[0]._dataItem is filled with JSon data.

but the DetailTableView._dataItems[0]._element.innerHTML show all controls are still blank.

In visual studio 2012. the issue only encouter with Telerik asp.net ajax control Version 2013.3.1114.45. it is working fine in version
version 2012.2.724.40 .




0
Vasil
Telerik team
answered on 26 Dec 2013, 09:35 AM
Hi hui,

We are not aware of issue with the detail tables and VS 2013 in general. Without an actual page to debug, I could not say what is causing the issue. If you send us runnable stripped version of your site, we will try to find the reason for this problem.

Regards,
Vasil
Telerik
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 the blog feed now.
Tags
Grid
Asked by
hui deng
Top achievements
Rank 1
Answers by
Vasil
Telerik team
hui deng
Top achievements
Rank 1
Share this question
or