Hi,
I have been having a few problems with the WebCombo lately.
One of the problems is that when I have 3 columns and I select a row (from say 6 rows) and 2 rows have similar information in the first column, the data in the column 3 will be repeated for some reason. I checked the index of it and it seems like it keeps the old index of the 2 rows and then continues to the next.
To solve this I placed the unique Id I had in the 3rd column in the first column but now I have found a problem which is that when I select the row, it shows the information of the first column in the selective part of the DropDown, and I want is to show the information from the 3rd or 2nd column now.
Screen shots:
after selecting:
The output should be Harlow rather than 1 which is the SITE_ID.
Also how can I hide the column that is in the left hand side? as it has no purpose whatsoever in my case.
Thanks.
Hi lordregor,
It has been a while since your post but in case you still need assistance I would be glad to help.
I have investigated your scenario but was unable to replicate your issue. Regardless, with respect to the second approach you have tried, you can display the data from whichever column you wish by setting the DataTextField property of the WebCombo to the id of the respective column. For instance:
WebCombo1.DataTextField = "MyColumn";
Please contact me if you require further assistance.
Petar IvanovDeveloper Support EngineerInfragistics, Inc.http://es.infragistics.com/support