StrataFrame Forum
Back
Login
Login
Home
»
StrataFrame Application Framework - V1
»
WinForms (How do I?)
»
AutoCompleteMode and AutoCompleteSource
AutoCompleteMode and AutoCompleteSource
Post Reply
Like
0
AutoCompleteMode and AutoCompleteSource
View
Flat Ascending
Flat Descending
Threaded
Options
Subscribe to topic
Print This Topic
RSS Feed
Goto Topics Forum
Author
Message
Trent Taylor
Trent Taylor
posted 15 Years Ago
ANSWER
Post Details
Share Post
Group: StrataFrame Developers
Posts: 6.6K,
Visits: 6.9K
Anupam,
This portion of an SF combo is no different than standard .NET functionality as the SF combo actually inherits from the .NET combobox. So the standard .NET help may be useful to learn how the combo works in regards to autocomplete and a data source.
If I understand you correctly you are just wanting to have a populated combo that take into account the auto-complete, which is obviously more than doable and should not be difficult to implement. If you continue to have issues, you are welcome to post a small sample so that we can see what you are doing which may help us get you going more quickly. Thanks.
Reply
Like
0
Anupam Shukla
Anupam Shukla
posted 15 Years Ago
ANSWER
Post Details
Share Post
Group: Forum Members
Posts: 2,
Visits: 3
i have set both but there is issue.
Reply
Like
0
Edhy Rijo
E
Edhy Rijo
posted 15 Years Ago
ANSWER
Post Details
Share Post
E
Group: StrataFrame Users
Posts: 2.4K,
Visits: 23K
Hi Anupam, and welcome to the forums.
Make sure to setup these combobox's properties as follow:
1.- AutoCompleteMode = SuggestAppend (or whatever suits your needs)
2.- AutoCompleteSource = ListItems (I believe this is what you are missing)
Edhy Rijo
Reply
Like
0
Anupam Shukla
Anupam Shukla
posted 15 Years Ago
ANSWER
Topic Details
Share Topic
Group: Forum Members
Posts: 2,
Visits: 3
i have assigned the
AutoCompleteSource
and AutoCompleteMode property to a combobox. Now i have clicked on the dropdown the list is populated. Type some text and see the there are three suggested items populated also the drop down is populated all the listitems behind. now if i select one of the value so it is not selected because the item selected is from the list populated on the dropdown click.
Reply
Like
0
GO
Merge Selected
Merge into selected topic...
Merge into merge target...
Merge into a specific topic ID...
Open Merge
Post Reply
Like
0
Similar Topics
Post Quoted Reply
Reading This Topic
Login
Login
Remember Me
Reset Password
Resend Validation Email
Login
Explore
Messages
Mentions
Search