Hello,
This function is causing an error:
function getRowIndx() {
var arr = $grid.pqGrid("selection", { type: 'row', method: 'getSelection' });
if (arr && arr.length > 0) {
return arr[0].rowIndx;
}
else {
alert("Select a row.");
return null;
}
im getting this error:
Uncaught Error: no such method 'selection' for pqGrid widget instance