Hi
My DataForm displays data in edit mode just fine, with a selection of textboxs and RadDropDownList's.
The RadDropDownList bind via the RadDataForm1_ItemDataBound event.
But when I am in insert mode how do I populate/bind my RadDropDownList in code behind?
The ItemDataBound doesn't fire
Many Thanks
Mark