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

How to read RadGridView

1 Answer 46 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Deepa
Top achievements
Rank 1
Deepa asked on 16 Jun 2009, 12:17 PM

hi

I have a radgridview in this two column first column have string value and in second column  combo box contain list of string.When application run user select any value in combobox when save then i have two value one is string and another is string value which is select from combo box .how to iterate on radgridview,save values.how can i achieve this problem.please send an example. 

1 Answer, 1 is accepted

Sort by
0
Stefan Dobrev
Telerik team
answered on 16 Jun 2009, 05:25 PM
Hi Deepa,

You need to set DataMemberBinding on each column. This will databind grid cell values to the correct items in the collection you set as ItemsSource. When a cell values is change this will automatically update the approriate property of your databound object, so no need for any iteration when you want to save the items. You can also check out our online examples: http://demos.telerik.com/wpf/

Best wishes,
Stefan Dobrev
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
GridView
Asked by
Deepa
Top achievements
Rank 1
Answers by
Stefan Dobrev
Telerik team
Share this question
or