I have a kendo data grid which is bind with ASP.NET ajax binding. When ever I press grid refresh icon, or do a sort or filtering it will update the grid with current values from database. But I want it get updated automatically when the database get updated or in other words (when the related datasource updated, but I don't know how to trigger that change in datasource).
Also, I don't want to have a timer and refresh the grid based on some time intervals, I just want it get updated when the related data changed.
Thanks in advance!