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?
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?