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
420
Grid is not retaining updated changes in popup page.
posted
I am opening one popup page through javascript. In that page I am using web grid with check boxes in rows. But it is not retaining the updated changes. Even sorting is also not working. But asp.net controls are working properly. I think there is some problem regarding viewstate for ultra web grid. Used code and screen shot is attached.
Parents
No Data
Reply
  • 28464
    posted

    Hello Manoj,

    This one is very hard to tell. Are you using some sort of caching? Or maybe the browser uses GET caching (so you need to add time stamp to the URL you are opening with javascript). Where are you binding the grid - are you using InitializeDataSource, etc.

    It is really tough to tell without seeing the implmentation details first. By the way, I can recommend using our own WebDialogWindow component instead of window.open - much better results (better interface, better programmatic control over the window, skins, etc) - you can see WebDialogWindow in action here:

     

Children