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

The analog for DataPropertyName from DataGridView

4 Answers 397 Views
GridView
This is a migrated thread and some comments may be shown as answers.
zonex
Top achievements
Rank 1
zonex asked on 05 Aug 2010, 01:37 PM
Can I find the DataPropertyName property in the GridViewComboBoxColumn object like in the DataGridComboBoxColumn?

4 Answers, 1 is accepted

Sort by
0
Emanuel Varga
Top achievements
Rank 1
answered on 05 Aug 2010, 04:12 PM
Hello zonex,

I think i misunderstood the question, were you asking if there is a DataPropertyName inside the DataGridComboBoxColumn or inside the GridViewComboBoxColumn, but it exists in the GridViewComboBoxColumn.DataPropertyName in the Q2 version of the telerik controls.

Snippet
                    var column = new DataGridViewComboBoxColumn();
                    column.DataPropertyName = //

Best Regards,
Emanuel Varga
0
zonex
Top achievements
Rank 1
answered on 05 Aug 2010, 04:25 PM
yes, but DataGridViewComboBoxColumn can't be added into RadGridView :(
0
Accepted
Alexander
Telerik team
answered on 06 Aug 2010, 03:52 PM
Hello Zonex,

Thank you for your question.

GridViewComboBoxColumn has a FieldName property which defines the name of the data source property or database column to which the ComboBox column is bound. It is equivalent to the DataPropertyName of the DataGridViewComboBoxColumn.

Please review this help article to learn more about the GridViewComboBoxColumn.

Best wishes,
Alexander
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
0
zonex
Top achievements
Rank 1
answered on 06 Aug 2010, 05:14 PM
Thank you for information
Tags
GridView
Asked by
zonex
Top achievements
Rank 1
Answers by
Emanuel Varga
Top achievements
Rank 1
zonex
Top achievements
Rank 1
Alexander
Telerik team
Share this question
or