I am using 2010 V2 Trial with VS 2008 service packed 2 the max.
I am trying to use the Dropdown Provider to enable me to edit/display my fields.
Having added the control to the column through the wizard., its puts between the <ITEM> tags of the provider.
<Infragistics.Web,Ui . . . . . . . Text="sometext" etc etc. on the designer surface, the control then renders with an error.
The fix for this manually is
a.) Manually Register the namespace on the page.
b) Manually add the tags
<Items>
<ig:DropDownItem selected="False" text="Burns" value="1"></ig:DropDownItem> </Items>
Not sure if this has been fixed on another release ?