4 Answers, 1 is accepted
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
Best Regards,
Emanuel Varga
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
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
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