I have a grid view in Telerik ajax panel
I want help to get refresh after certain time , also I want when user insert enter a value from text box with in the same page of grid view , the grid view get refresh immediately rather then after time out
Concerning your second requirement - let's suppose that the ID of your TextBox is TextBox1, the ID of your RadGrid is RadGrid1 and the ID of your RadAjaxManager is RadAjaxManager1. What you need to do is to set the AutoPostback property of the box to true, attach an event handler to the TextChanged event on the server and in the event handler call the grid's Rebind() method. Finally, you need to add the following ajax setting to the ajax manager control: