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

Child grids/DataForm syncronization

1 Answer 67 Views
GridView
This is a migrated thread and some comments may be shown as answers.
John
Top achievements
Rank 1
John asked on 14 Jul 2011, 09:58 AM
Hello,
I'm trying to bind a hierarchical RadGridView to the same DataForm on a window (n levels of children, determined at runtime).
For the first level i do:

_qcv =  new QueryableCollectionView(_entities.Countries.ToList());
radGridView1.ItemsSource = _qcv;
radDataForm1.ItemsSource = _qcv;

Everything works fine, the grid is well syncronized with the dataform.
How can i get acces to the new expanded child grids to do the same? I mean bind the itemsCollections behind those grids to the dataForm and keep them in sync? What events should i use and how should i get the child Collections?
What is the correct aproach for this kind of children/parent/dataform sync?

Thank you.

1 Answer, 1 is accepted

Sort by
0
Pavel Pavlov
Telerik team
answered on 19 Jul 2011, 02:36 PM
Hi John,

The solution would depend on the way you have implemented your hierarchy. Please send me a small runnable project with your implementation and I will add the code to sync with RadDataForm for you.

Regards,
Pavel Pavlov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
GridView
Asked by
John
Top achievements
Rank 1
Answers by
Pavel Pavlov
Telerik team
Share this question
or