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

Realtime updating to Winform Radgridview

1 Answer 142 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Prashant
Top achievements
Rank 1
Prashant asked on 16 Oct 2015, 01:50 AM
Has anybody tried binding win form radgridview with subscription service. Is there any example available.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 19 Oct 2015, 01:35 PM
Hello Prashant,

Thank you for writing.
 
You can bind RadGridView by setting its DataSource property to your data collection. Please refer to the Databinding RadGridView help article which explains which bindable types can be used.

Note that RadGridView is capable of fetching bindable properties and data. However, one important issue must be noted: during the data binding process, the grid extracts the data from the data source, but for any later changes in the data source, RadGridView should be notified. Your bindable collection and business objects should follow some standards established in .NET in order to notify RadGridView about the changes. The Reflecting Custom Object Changes in RGV help article is quite useful on this topic.

I hope this information helps. Should you have further questions I would be glad to help.
 
Regards,
Dess
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
Tags
GridView
Asked by
Prashant
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or