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,
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.