Hi
I am using : Infragistics35.WebUI.WebCombo.v8.2 and have 3 webcombos on a page, All with the same variables but each connected to its own SqlDataSource
Each combo filters data on a different column.
The first combo works correctly but the subsequent combos on the page always return the first row in the list even if I have selected a row further down. Has anyone else seen this behaviour, and fixed it?
I have fond the issue to be when I have say 4 rows allof the same surname, eg "weber". So this seems to manifest itself when I do a sort by typing in the webcombo to get down to a small list of weber's. Incidently the 1st web combo NEVER has duplicate date hence maybe the reason it works?
Many thanks
Richard