The automatic edit form provided by the RadGrid creates a control for each item in the datasource... If I need to change the control type of one of these items, for example, change a standard TextBox to a DropDownList that has its own datasource, do I have to abandon the automatic edit form totally and use Templates?
thanks,