I created a ListGrid that bound a DataSource(serverType:sql) which loaded by using loadDS tag in my application. I want use RPCManager to send request to rpcHandler.jsp and refresh listGrid (through invoke listgrid.fetchData method in RPCManager callback).
The problem is that when a new record inserted into database by using SQLDriver class, my listgrid component can't display new record.The only way to display the new record is to refresh whole page.
How can I refresh the listgrid?
The problem is that when a new record inserted into database by using SQLDriver class, my listgrid component can't display new record.The only way to display the new record is to refresh whole page.
How can I refresh the listgrid?
Comment