I have a database table with numbers, to each number a description is available. In a combobox I want to show only the description. If I access the value of the currently selected item I want to have the number instead of the description returned. This is equivalent to access combbox. There I can define a bound column. There is no need to show the column in the list it must only be available in SELECT. When I set bound column I can read a different value than the one is shown as text. Is this possible with radcombbox and if so how?