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
35
UltraWebGrid inside a WARP with Paging
posted

I have an ultrawebgrid inside a WARP with basic paging turned on.  I'm able to change the page for the first time, but the second time, the page links become unresponsive.  I have tried put into debugger and noticed that PageIndexChanged eventhandler is not even getting fired.

 Anyone has any idea why?

Parents
  • 19308
    posted

    Couple of ideas.

    1) be sure you're databinding the grid in the "InitializeDataSource" event.

    2) check and see if there's a hotfix available

    3) rather than having the WARP do the paging for you, use the grid's asynch behavior.  Set LoadOnDemand=xml, or from the designer check "enable ajax" in the smart tag list.  There's also a sample on XML Paging in the feature browser.

    Ok, so that was three ideas, but I'm not changing  "couple" to "few" [:)]

    -Tony

Reply Children