This is a migrated thread and some comments may be shown as answers.

Combobox Column?

2 Answers 49 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Jack
Top achievements
Rank 1
Jack asked on 17 Mar 2011, 09:08 PM
We are trying to provide a dropdown list of options to the USER, but also allow them to enter a value not specified in the dropdown. We have bound the combobox column to the database and can successfully save any of the values in the provided list.  However, if the USER enters a value that isn't in the list, it will display until the USER leaves the column. At that point the entered data is cleared and nothing is saved to the DB.

Any thoughts?

2 Answers, 1 is accepted

Sort by
0
Peter
Top achievements
Rank 1
answered on 17 Mar 2011, 09:26 PM
Yes this is exactly the same problem I'm having too.

googling for an answere I came up with this in the telerik forum.

"You can set the AllowCustomText property of the RadComboBox to "true" and then the user will be able to type in the input items or text that are not in the list."

this is from this post : http://www.telerik.com/community/forums/aspnet/combobox/quot-editable-quot-radcombobox-in-gridview-can-t-use-silverlight.aspx

looks like the person posted a silverlight question in the asp.net section and got the above answere.
Is there an equivalent property to AllowCustomText in a GridViewComboBoxColumn for SilverLight?

0
Maya
Telerik team
answered on 18 Mar 2011, 09:57 AM
Hi,

You may take a look at this forum thread for a reference.

 

All the best,
Maya
the Telerik team
Tags
GridView
Asked by
Jack
Top achievements
Rank 1
Answers by
Peter
Top achievements
Rank 1
Maya
Telerik team
Share this question
or