New Posts New Posts RSS Feed: ComboBox forces the user to select from the list and does not allow any input in the text area
  FAQ FAQ  Forum Search   Calendar   Register Register  Login Login

ComboBox forces the user to select from the list and does not allow any input in the text area

 Post Reply Post Reply
Author
orcities View Drop Down
Senior Member
Senior Member
Avatar

Joined: 28-Aug-2007
Location: United States
Posts: 454
Post Options Post Options   Quote orcities Quote  Post ReplyReply Direct Link To This Post Topic: ComboBox forces the user to select from the list and does not allow any input in the text area
    Posted: 16-Oct-2007 at 9:12am
I added the method that need to be used. And left it blank. Works fine.
Back to Top
davidklitzke View Drop Down
IdeaBlade
IdeaBlade
Avatar

Joined: 14-Jun-2007
Posts: 715
Post Options Post Options   Quote davidklitzke Quote  Post ReplyReply Direct Link To This Post Posted: 16-Oct-2007 at 9:08am
It has been a while since I built this project.
 
If you correct the build error, does the solution work?
 
 
Back to Top
orcities View Drop Down
Senior Member
Senior Member
Avatar

Joined: 28-Aug-2007
Location: United States
Posts: 454
Post Options Post Options   Quote orcities Quote  Post ReplyReply Direct Link To This Post Posted: 16-Oct-2007 at 7:45am
David,
 
Both are only documentation. But, when I compiled the projects the ComboBoxDataBinder class fails because I didn't override GetBaseFitness.
 
 
So, is there suppose to be something in that?
Back to Top
IdeaBlade View Drop Down
Moderator Group
Moderator Group
Avatar

Joined: 30-May-2007
Location: United States
Posts: 353
Post Options Post Options   Quote IdeaBlade Quote  Post ReplyReply Direct Link To This Post Posted: 16-Jul-2007 at 11:36am

I have attached the code and documentation for a Custom ComboBox which will give you the behaviour you want.

Here is the documentation.
 
 
Here is the code.
 
 
 


Edited by IdeaBlade - 16-Jul-2007 at 4:42pm
Back to Top
Customer View Drop Down
Senior Member
Senior Member
Avatar
User Submitted Questions to Support

Joined: 30-May-2007
Location: United States
Posts: 260
Post Options Post Options   Quote Customer Quote  Post ReplyReply Direct Link To This Post Posted: 16-Jul-2007 at 11:33am

I find that when I include a ListConverter in the binding for a combo box, it forces it to behave as though DropDownStyle=DropDownList and ignores my AutoCompleteMode=Suggest setting. In other words, it forces the user to select from the list and does not allow any input in the text area of the combo.

Is there any way around this behavior?

Back to Top
 Post Reply Post Reply

Forum Jump Forum Permissions View Drop Down