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
55
UltraWebGrid losing data in ASP.NET UpdatePanel
posted

Hi all,

 This one is driving me a bit batty and I cannot figure it out. Scenario is that we have one UltraWebGrid being displayed in an UpdatePanel. The grid will sucessfully retrieve and display data on first partial postback but any subsequent partial postback results in the data being lost and a Javascript error saying "igtbl_Grid.base.init is null or not an object"

 Any thoughts or suggestions on this would be GREATLY appreciated.

Parents
  • 55
    posted

     Ooops I forgot some stuff.

    The grid we have is placed inside a user control. And the UpdatePanel is placed outside of the user control.

    Also I attempted the same thing with a WARP and I'm still having the same effect.

Reply Children