Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1284
Warp - RefreshResponse or RefreshComplete clientside not fired.
posted

Hi

I using Infragistics controls 6.3.20063.53 in my ASP.NET 2.0 application.

I have an UltraWebGrid inside an WebAsyncRefreshPanel.

WebRefreshPanel_InitializePanel is fired first time when the page loads.

RefreshResponse or RefreshComplete clientside events are never being fired.

I am binding data to the Grid on click of a button which is outside WARP.

The data  is bound to the grid only when click the button for the first time. After that it does not work.

But when i debug the code, the server side code is being executed.

I believe  asynchronous refresh is not happening in the background.

Any ideas to make the events fire and refresh the Grid???

Thanks

Ashok