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
585
Asynchronous conditional updates - Best Practices?
posted

Hi,

I am currently evaluating NetAdvantage for ASP.NET v12.1 for a new project. The most common scenario we will probably encounter will involve a grid being updated by selection or input in another control.

In my current Testproject, I have used a WebDataTree that shows various filter posibilities for the WebDataGrid which should display the data. It took me quite a while to get it to work, but at the moment it's somehow magically doing it's job.

That's why I would like to ask for a few Best Practices concerning WebDataGrid in an UpdatePanel and asynchronous conditional updates depending on external control value changes. Any support is much appreciated.

Regards,

  • 12679
    posted

    Hey Phor,

    It's good to hear that the grid fulfills your requirements. When you use the grid inside an update panel please make sure you disable grid's built-in ajax functionality in order to avoide possible interference between grid and panel ajax functionality.