Hi @
I have a Grid and a button inside a Telerik Rad Ajax panel.
Onclick of tht button I want only the Grid portion to be updated.
Now when I click on the button which is inside the Ajax panel, and If i keep a break point at the page load. I see that complete page life cycle re occurs. Though the page flicker is not seen.
How to avoid this?? Am I missing any condition??
The same thing can be achieved with asp:updatePanel and asp:scriptmanager. Scriptmanager exposes a property IsInAsyncPostBack which is true when there is a Ajax postback.
Is there any such property with Telerik?
Please let me know.
Thanks in advance.
I have a Grid and a button inside a Telerik Rad Ajax panel.
Onclick of tht button I want only the Grid portion to be updated.
Now when I click on the button which is inside the Ajax panel, and If i keep a break point at the page load. I see that complete page life cycle re occurs. Though the page flicker is not seen.
How to avoid this?? Am I missing any condition??
The same thing can be achieved with asp:updatePanel and asp:scriptmanager. Scriptmanager exposes a property IsInAsyncPostBack which is true when there is a Ajax postback.
Is there any such property with Telerik?
Please let me know.
Thanks in advance.