Ok so I must be doing something wrong here. See code below...
<ig:WebDropDown ID="WebDropDown1" runat="server" TextField="SomeFiled" ValueField="ID" DataSourceID="MyDataSource" OnSelectionChanged="wdd_SelectionChanged"> <AutoPostBackFlags ValueChanged="On" /> <ItemTemplate > <%# DataBinder.Eval(Container.DataItem, " SomeFiled ")%> </ItemTemplate> </ig:WebDropDown>
After postback all of the text in the dropdown is gone. The values are still there but the textField is blank. What's happening here??
Thanks.
Neil
Sorry never mind, it's already been answered.
http://es.infragistics.com/community/forums/p/65312/330731.aspx#330731