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

Binding

1 Answer 9 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Markus
Top achievements
Rank 1
Markus asked on 08 Oct 2010, 09:02 AM
Hello,

I've got a DataGridView with binding to objects in a ObservableCollection. The columns are binded to the attributes of the class.
When I change a value in column a the value of column b should be changed in dependence of the new value in column b. The value of column b is binded to an attribute too.

Column a contains the item number, column b should contain the item name. The item names are stored in hashtable (key = item number).

I hope my English is understandable.

Thank you very much!
Best regards

Markus

1 Answer, 1 is accepted

Sort by
0
Maya
Telerik team
answered on 08 Oct 2010, 09:08 AM
Hi Markus,

You may take a look at this blog post. Basically, it demonstrates the implementation of CalculatedColumn, but you may use the same approach in your case.
 

Best wishes,
Maya
the Telerik team
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 Public Issue Tracking system and vote to affect the priority of the items
Tags
GridView
Asked by
Markus
Top achievements
Rank 1
Answers by
Maya
Telerik team
Share this question
or