This question is locked. New answers and comments are not allowed.
Hi,
Is master/detail supported in groupable grids? When I add the detail view to a groupable grid, only the first row in a group shows details properly. When I click on any other row I'm getting the "Object required" javascript error in the anonymous function below.
Any help or advise is appreciated.
Thanks,
Alex
Stack trace:
====== anonymous function ================
function anonymous(data) {
var p=[];with(data){p.push('<div>',Name,'</div>');}return p.join('');
}
========== telerik.grid.min.js ==============
{e(new b.stringBuilder().cat('<tr class="t-detail-row">').rep('<td class="t-group-cell"></td>',i.find(".t-group-cell").length).cat('<td class="t-hierarchy-cell"></td>').cat('<td class="t-detail-cell" colspan="').cat(this.$header.find("th:not(.t-group-cell,.t-hierarchy-cell):visible").length).cat('">').cat(this.displayDetails(this.dataItem(i))).cat("</td></tr>").string()).insertAfter(i)}
Is master/detail supported in groupable grids? When I add the detail view to a groupable grid, only the first row in a group shows details properly. When I click on any other row I'm getting the "Object required" javascript error in the anonymous function below.
Any help or advise is appreciated.
Thanks,
Alex
Stack trace:
====== anonymous function ================
function anonymous(data) {
var p=[];with(data){p.push('<div>',Name,'</div>');}return p.join('');
}
========== telerik.grid.min.js ==============
{e(new b.stringBuilder().cat('<tr class="t-detail-row">').rep('<td class="t-group-cell"></td>',i.find(".t-group-cell").length).cat('<td class="t-hierarchy-cell"></td>').cat('<td class="t-detail-cell" colspan="').cat(this.$header.find("th:not(.t-group-cell,.t-hierarchy-cell):visible").length).cat('">').cat(this.displayDetails(this.dataItem(i))).cat("</td></tr>").string()).insertAfter(i)}