I would like to check every few seconds whether data in database changed and if so, update RadGrid, otherwise do nothing.
I use asp:Timer to make request every few seconds and in code-behind I am checking for databse condition. I would like to do ajax update of grid if condition is satisfied?
Has anyone achieved that?