I have a radcombo box that has the users First Name and Last Name. When the user selects I want both the first and last name to appear in the selected value, Like after you select the name it will say like John Smith. I am only able to get John.
Well, personally I accomplish that without the need to define both entries as Templates. Simply DataBind combo without specifying DataTextField, then use the ItemDataBound as Shinu suggested.