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

Hierarchical GridView

1 Answer 45 Views
GridView
This is a migrated thread and some comments may be shown as answers.
OD
Top achievements
Rank 1
OD asked on 10 Nov 2015, 04:33 PM

Hi, 

I've made a RadGridView with hierarchy based on a list of Objects.

All works on 1st level in read/write but when i edit a value in my sub-gridview, object value is not updated :/

Here is the relation code :

Dim relation As New GridViewRelation(rgvDeliberations.MasterTemplate)
relation.ChildTemplate = template
relation.ParentColumnNames.Add("Titre")
relation.ChildColumnNames.Add("Titre")
rgvDeliberations.Relations.Add(relation)

Do you  have an idea pls ?

Best Regards

 

 

1 Answer, 1 is accepted

Sort by
0
Hristo
Telerik team
answered on 11 Nov 2015, 12:55 PM
Hi,

Thank you for writing.

From the provided code snippet, I understand that you are having your RadGridView set up in hierarchy. Due to performance considerations CRUD operations in this scenario were not supported by RadGridView prior to our Q3 2015 SP1. In case upgrading your project to the latest version is not possible please use the solution provided in the following KB article: RadGridView CRUD in Object Relational Hierarchy Mode.

I hope this helps. Should you have further questions please do not hesitate to write back.

Regards,
Hristo Merdjanov
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
OD
Top achievements
Rank 1
Answers by
Hristo
Telerik team
Share this question
or