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.
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