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

[Solved] Master/Detail in groupable grid?

0 Answers 83 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Alex
Top achievements
Rank 1
Alex asked on 17 Mar 2011, 12:58 AM
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)}

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