I need to implement two things.
1. I have four grids on a page. Each grid populates from web services. I want to invoke web services asynchronously in order to increase perfomance. Second grid mustn't wait first grid and so on. All grid must load data asynchronously. Is it possible to implement? Are there examples on the site?
2. I have page with three collapsable panels. Each panel contains grid, but grid must bind only if user expand panel. Can I impement it using RadPanelBar and RadGrid?
1. I have four grids on a page. Each grid populates from web services. I want to invoke web services asynchronously in order to increase perfomance. Second grid mustn't wait first grid and so on. All grid must load data asynchronously. Is it possible to implement? Are there examples on the site?
2. I have page with three collapsable panels. Each panel contains grid, but grid must bind only if user expand panel. Can I impement it using RadPanelBar and RadGrid?