Categories | Question details Back To List | ||
Refreshing the page after update Hello sir, i have reports. in that report i am updating the price filed. after updating the price field i am getting 'update sucessfully' message. but the page is not getting referesh. i mean i want to refresh the entire page after getting the the 'Updated Successfully ' message. my code myDataProcessor.setOnAfterUpdate(function() { // alert("single row updated") if(myDataProcessor.getSyncState()) alert("Updated Sucessfully") // Here i want to referesh my page. } ) Answer posted on Aug 31, 2009 06:59 This requirment doesn't related to the dhtmlxDataProcessor component. DataProcessor haven't functionality to refresh your page. |