Hi all
Please help me?
Problem update all rows after:
- addRow()
- clearAndLoad();
Error message:
Error: r is null
Source File: …/dhtmlx/dhtmlxDataP … ocessor.js
Line: 60
Hi all
Please help me?
Problem update all rows after:
Error message:
Error: r is null
Source File: …/dhtmlx/dhtmlxDataP … ocessor.js
Line: 60
Problem can occur if you are reloading grid data while dataprocessor has some not saved updates.
You can try to call the next command after data reloading
dp.updatedRows = []
It’s all right.
Thank you Stanislav