Hi all,
I'm using version 11.2.20112.1019 and am trying to use a DropDown as a Grid Editor Provider. Whenever I try and set the Data Source ID on the Edit Provider it just blanks the entire field.
I even resorted to following this example:
http://blogs.infragistics.com/aspnet/media/p/182701.aspx
but where in the video the Data Source ID is bolded mine is just erased.
Is this a known issue in version 11.2? Does anyone else experience the same and has a work around?
Hello aztherion,
Can you try to set the DataSourceID in the markup.
<EditorProviders>
<ig:DropDownProvider ID="CustomerNameProvider">
<EditorControl ID="EditorControl1" runat="server" DisplayMode="DropDownList" DataSourceID="Customers"
TextField="ContactName" ValueField="CustomerID" />
</ig:DropDownProvider>
Setting the DataSourceID in the markup works just fine. The dropdownprovider access the DataSource and it all work out great. But as soon as I try and configure it thru the GUI the setting is lost. It's really weird.. If I type the name of the datasource and hit Enter the field just goes blank. Whereas in the video the name turned bold.
But again, setting it in the markup works fine.
Hi aztherion,This was a bug in the RTM version of 11.2. It's number is 91977. It was resolved in builds with a number greater than 10301. So if you get a Service Release for 11.2, this issue should be fixed.
regards,David Young