I went by this example http://demos.telerik.com/aspnet-ajax/ajax/examples/common/ajaxifytimer/defaultcs.aspx to create a timer that would automatically refresh my radgrid. What I wanting to do is not have it update if the user is in the middle of updating a row. What is the best way to go about doing this?
Also, is there a way make it so that the page isn't entirely rerendered? If I used an updatepanel, only the content inside was repainted. It looks like the entire page is getting rerendered.
Also, is there a way make it so that the page isn't entirely rerendered? If I used an updatepanel, only the content inside was repainted. It looks like the entire page is getting rerendered.