Hi,
I would like to refresh the grid with values from database. I have tried “updateBoundData” and it is not working.
I have found a forum where the user is trying to re-bind data using “updateBoundData” and he is not able to do it because data is loaded in virtual mode:- https://www.jqwidgets.com/community/topic/updatebounddata-not-working-if-virtual-mode-is-used/
The forum also has solution. Solution is to:- “If you want to refresh data, use the dataAdapter of each level which you load and call its dataBind method or use the updateRow, addRow, removeRow methods of jqxTreeGrid.”
I would like to refresh data using the dataadapter (use the dataAdapter of each level which you load and call its dataBind method).
How can I do it? Please provide me an example if you can. My code is similar to the one in the forum. (dataAdapter is declared in virtualModeCreateRecords)
Thanks,
Indu.