Hi,
I need to call scheduler's navigate function when I click Search button. How can I do that?
I wrote the following code for refreshing the scheduler but it sometimes works and sometimes not.
$(
"#gridJobAllocation"
).data(
"kendoGrid"
).dataSource.read();
Thanks.