I found a nice kendo work around-
Need to exec script anywhere in javascript of grid or close button js and by adding css as kendomaster in query grid
$('.kendomaster').data('kendoGrid').dataSource.read();
Top
I tried this and it works to some extent, but it does not do what a Refresh button does on the grid
I have a calculated column which is not updating when a value in the grid changes, If I click the Refresh button on the grid it works as desired
How can I programmatically call the exact same function as the Refresh Button. At the moment I am forced to tell the user to click the refresh button to update the column calculation ( Also if I try save the form without clicking the Refresh Button , I get an error: form has changeed forcing me to hit Refresh)... Auto Refresh setting dont always work!
I can SAVE a form programmatically, WHY can't I REFRESH a form programatically. Surely we can get a function to do this, something like EXEC_SCRIPT 'AwareApp.refreshForm();' or 'AwareApp.refreshGrid();