I have an UltraWebGrid inside of a WARP and I want it to refresh the contents of an UpdatePanel when it does an Async postbackbut it doesn't work. I also have a button inside the WARP which does cause the UpdatePanel to refresh?
Any ideas??
I understand that but what i dont understand is why if i put a button and a grid in a warp and then the warp in an updatepanel, when i click the button the updatepanel refreshes the other panels but clicking the grid doesnt?
Having both a WARP and an UpdatePanel on the same page is likely to have unpredictable and undesirable effects. Nesting one inside the other likely compounds this issue.