I've a problem with a WebDropDown with NetAdvantage 11.2.
I'm binding a DataTable to a WebDropDown, setting the ItemTemplate as shown in the demo video by Craig Shoemaker:
<ig:WebDropDown runat="server" ID="cboTest" TextField="Code" ValueField="Code" AutoPostBackFlags-ValueChanged="On" EnableViewState="true">
<ItemTemplate>
<%# DataBinder.Eval(Container.DataItem, "Code")%>: <%# DataBinder.Eval(Container.DataItem, "Description")%>
</ItemTemplate>
</ig:WebDropDown>
Hi elvandar,
Please have a look at the following thread, discussing the same issue - http://community.infragistics.com/forums/t/30183.aspx.
If you have any questions, do not hesitate to ask.
Hello elvandar,
I'm just checking if you need any further assistance with the matter.