Following this demo:
http://demos.telerik.com/aspnet-ajax/ajax/examples/common/ajaxifytimer/defaultcs.aspx
But we have a TextBox as a TemplateColumn in the Grid and on the TextChanged event, it is saving the Textbox value to database.
Problem is when the database value is modified behind-the-scenes, the TextChanged event is firing and saving the old value over the new value.