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
you can't avoid ultrawebgrid click postback..