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

[Solved] Radgrid Nested view templates breaks after 7 pages.

1 Answer 84 Views
Grid
This is a migrated thread and some comments may be shown as answers.
eric
Top achievements
Rank 1
eric asked on 23 Aug 2013, 05:29 PM
I am having a problem with a radgrid page that is based off the example code found here: 
http://demos.telerik.com/aspnet-ajax/grid/examples/hierarchy/nestedviewtemplate/defaultcs.aspx

It uses the same functionality but includes two pageviews that are radcharts.

The radgrid functions just fine with all radchats functioning and all data being displayed up until the 7th page (displaying 5 records per page). On the 34th record and any records after this one when I try to expand a record (in the example above this would be clicking on the persons name) I get the following error:

Line: 16886
Error: Unterminated string constant

Line 16886 is:
}},_dataBind:function(){var c=eval(this._dataSource);


All data is displayed after this error, and I can continue paging though nested records etc. but the nested tabs are un-clickable.

I am pretty sure it is not specific to my data because I have removed several records to insure none of these were causing an error.  I also know what a unterminated string is, but I can't figure out why this is happening.  Is it simply reaching some type of maximum limit set on allowed string length after X number of records?


1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 28 Aug 2013, 10:59 AM
Hi Eric,

I tried to replicate the described error locally using the mentioned online example by just increasing the items count and add additional tab with a chart but to no avail.
Could you please try exactly the same example with your number of items and verify if the error will appear on your side?


Regards,
Maria Ilieva
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
eric
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or