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
20
UltraWebGrid WebAsyncRefreshPanel Cell Click Postback
posted

Hi,

 I have an UltraWebGrid inside a WebAsyncRefreshPanel (WARP) and works just fine when I made sorts, etc. making NO full postbacks. But I want to make the page make a full postback well I click a cell of the Grid.

 I tried with the triggerPostBackIDs of the WARP and works when I click the cell, but also the sort makes a full postback. I was trying to use javascript with igtbl_doPostBack() and igtbl_needPostBack() but I can't. I don't know if there is a way to make the WARP make the Grid postback.

 Thanks