May be doing this wrong
but i assume the purpose of exposing the datafield is being able to replace with a more appropiate or complex type
unfortunately it seems to loose its binding and dataannotations (label and description)
Private
Sub
dfRangeSelector_AutoGeneratingField(
ByVal
sender
As
Object
,
ByVal
e
As
Telerik.Windows.Controls.Data.DataForm.AutoGeneratingFieldEventArgs)
Handles
dfRangeSelector.AutoGeneratingField
Select
Case
e.PropertyName
Case
"StartDate"
e.DataField =
New
Telerik.Windows.Controls.DataFormComboBoxField
End
Select
thanks
dco