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

[Solved] Binding dynamically with DataTable

1 Answer 179 Views
GridView
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Tushar
Top achievements
Rank 1
Tushar asked on 04 Sep 2009, 11:47 PM
Hi,

I am using RadGridView and binding a set of data (say 500) records on load using dynamic DataTable. I am implementing an Async behavior and pushing in data in chunks of 500 records to the RadGridView which i append to the DataTable.

Does this mean the itemsource of RadGridView will rebind again? Will the data append to the RadGridView itemsource as and when the records are received?

We want to implement this feature, however unsure of the RadGridView behavior. Will appreciate your response.

Thanks,
Tushar

1 Answer, 1 is accepted

Sort by
0
Vlad
Telerik team
answered on 07 Sep 2009, 05:31 AM
Hi Tushar,

If your ItemsSource is INotifyCollectionChanged the grid will load new data automatically.

Kind regards,
Vlad
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
Tags
GridView
Asked by
Tushar
Top achievements
Rank 1
Answers by
Vlad
Telerik team
Share this question
or