Welcome Guest Search | Active Topics | Sign In | Register

Is this possible to make drop down editable? Options
Alvin Sinha
Posted: Tuesday, March 24, 2009 6:23:38 AM
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
eo_support
Posted: Tuesday, March 24, 2009 9:04:08 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.