Forum Post: RE: Clearing datagrid

  • Thread starter Thread starter egarcia
  • Start date Start date
Status
Not open for further replies.
E

egarcia

Guest
Hello Meyrick, If you do not need to have local data in the JSDO memory, you could use addRecords() with the EMPTY option to clear the JSDO memory then call the READ service using readLocal = true. A simple way to have set reaLocal true is to create a second instance of the READ service and set readLocal = true in the parameters of the service. I hope this helps.

Continue reading...
 
Status
Not open for further replies.
Back
Top