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
412
AJAX UpdatePanel with UltraWebGrid
posted

 I'm getting not ideal results when an UltraWebGrid control is contained inside a AJAX UpdatePanel.  The formatting and most events are lost.  I can't click on a row anymore and when I look at the error console in Firefox I see'igtbl_tableMouseMove'/'igtbl_cellMounsMove' is not defined.  I would use theWebAsyncRefresPanel but I lose the  functionality of the UpdateProgress control in the AJAX controls.  Any information would be helpful.

 Thanks.

Parents
  • 45049
    posted

    What version of the toolset are you using?  I don't recall off the top of my head when we started providing support for WebGrid in UpdatePanel, but it's been there for a while.

    Are you using the AJAX functionality of WebGrid?  If so, then you won't be able to use UpdatePanel, because they use two different AJAX frameworks that can't be made to be compatible with each other.  You'd either have to replace your UpdatePanel with WARP, or turn off the grid's built-in AJAX capabilities.

Reply Children