Background:
- Grid that was detail view
- If querystring is passed then a filter is applied
- In the Load event, the first row is then expanded by using rowExpand({rowIndx:0})
We are getting this error:
"0x800a138f - JavaScript runtime error: Unable to set property 'pq_ht' of undefined or null reference"
And this is what the debugger highlights:
" initRowHtArrDetailSuper: function(t) {
var e, n = this.rowhtArr,
r = this.data;
t.forEach(function(t) {
e = t[0],n[e] = r[e].pq_ht = n[e] + t[1]
}), this.setTopArr(), this.assignTblDims()
},
"
I tried setting the rowData.pq_ht = 30 but that didn't do anything.