Rank: Member Groups: Member
Joined: 2/24/2009 Posts: 16
|
Hi,
I have requirement of adding text to drop down. I want dropdown to work as text box if user option is not availble in list. User will enter the text to drop down and same text will update in database. Is this possible to make drop down editable?
Thanks, Alvin
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
That is not part of the Grid. The Drop down is implemented as a CustomColumn, which means you are taking over the cell and you put whatever you would like in there. The Grid does not care what you put there as soon as your implementation implements the predefined interface that is needed to communicate with the Grid. So if you already have an UI solution that can do what you would like to do, you should be able to simply use that interface together with the Grid.
Thanks!
|