Hello. I have som trouble with dynamic create DataTemplate.
and i need set DataMemberBiding on this column,
so usually I use somthing like this
but I can't found DataMemberBidingProperty.
What can I use instead?
FrameworkElementFactory column = new FrameworkElementFactory(typeof(GridViewDataColumn));so usually I use somthing like this
column.SetValue(Telerik.Windows.Controls.GridViewDataColumn.DataMemberBidingProperty, object myObject);What can I use instead?