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

Dynamic GridViewDataColumn

0 Answers 81 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Anton
Top achievements
Rank 1
Anton asked on 17 Mar 2012, 12:47 PM
Hello. I have som trouble with dynamic create DataTemplate.
FrameworkElementFactory column = new FrameworkElementFactory(typeof(GridViewDataColumn));
and i need set DataMemberBiding on this column,
so usually I use somthing like this
column.SetValue(Telerik.Windows.Controls.GridViewDataColumn.DataMemberBidingProperty, object myObject);
but I can't found DataMemberBidingProperty. 
What can I use instead?

No answers yet. Maybe you can help?

Tags
GridView
Asked by
Anton
Top achievements
Rank 1
Share this question
or