I am experiencing a problem similar to the following but with infragistics version 7.3
http://devcenter.infragistics.com/Support/KnowledgeBaseArticle.aspx?ArticleID=8518
I have a editable web combo2 whose values change based on a selected value of another web combo1.
Their TypeAhead property is set to Suggest and Editable = true and enableXMLHttp = true.
When WebCombo1's selected item changes,
first web combo2 InitializeDataSource evet is firing where
the datasource, data member and data value fields are set.
next webCombo1 selected index changed event fires where I retrieve the webcombo2's values with the selected value of web combo1 and rebind the webcombo2 . When i debug and check the data it shows the filtered rows in its data source.
but when the UI displays webcombo 1 shows un filtered data. it olny gets refreshed after editing a field or item .