This is a migrated thread and some comments may be shown as answers.

Asynchronous databinding and load on demand

1 Answer 901 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Andrey
Top achievements
Rank 1
Andrey asked on 12 Mar 2009, 01:29 PM
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 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 16 Mar 2009, 09:39 AM
Hi Andrey,

Straight onto your questions:

1) Please check this demo for more info:
http://demos.telerik.com/aspnet-ajax/grid/examples/clientmasterdetails/defaultcs.aspx

2) You can use OnClientItemExpand to data-bind the grid.

Sincerely yours,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Andrey
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or