We are using a Web Combo in our web application. The name of the thing being selected is displayed in the table, but its value is the GUID in the database. When an item is selected from the WebCombo, all the text highlighted in the box and then copied, if you paste that copied value somewhere the GUID is what is pasted.
Is it the default functionality of the WebCombo to copy the ValueField as opposed to the DisplayValue/TextField?