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

ClientDetailTemplate not expanding

0 Answers 71 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Simon
Top achievements
Rank 1
Simon asked on 10 Oct 2012, 09:31 AM
Grid's ClientDetailTemplate is not expanding after using  
window.kendoMobileApplication = new kendo.mobile.Application($(document.body), {});

IE 9 dev tools highlights this part:
c.table[0].replaceChild(i,c.tbody[0])

SCRIPT5022: DOM Exception: NOT_FOUND_ERR (8) 
kendo.all.min.js, line 9 character 234951

edit: also (only on first run) this part:
return this._data[this.tbody.find("> tr:not(.k-grouping-row,.k-detail-row,.k-group-footer)").index(a(b))]
SCRIPT5007: Unable to get value of the property '-1': object is null or undefined 
kendo.all.min.js, line 9 character 227628

Is this a know bug? Is there a shortifx?

No answers yet. Maybe you can help?

Tags
Grid
Asked by
Simon
Top achievements
Rank 1
Share this question
or