I am working with Kendo Pivot Grid. When I expand row I get error in console.
Cannot read property '
value
' of undefined.
Before I get error I was refresh datasource with JavaScript and I didn't remove Measures and dimensions.
When I remove Measures and dimensions and after that refresh datasource everything is okay and I don't get error above.
$("#pivotgrid").data("kendoPivotGrid").dataSource.read();