Advanced Forum Search Results
-
We're working on a command-line solution that can ship in the Silverlight Toolkit, unfortunately the MSTest and Visual Studio integration for unit testing does not work with Silverlight tests today.
-
Hi,
AutoCompleteBox does not realy support read-only functionality at this time. Although you can retemplate to create a read-only textbox, the Text value is directly updated as you see.
Could you respond to the text changed event, and just manually revert the value to the previous? What is the scenario for this?
-
Unfortunately not. We have a potential correction that might appear in a future version. Sorry :-(
-
Page is correct: this behavior is by design. The popup will only open when triggered through that property, OR a user-initiated action. This is so that a database app (imagine a large medical information form that uses auto completes) will open without any popups open until the user is ready and focused on one.
-
Team Build definitely has a very interesting set of build files that override or slightly change the behavior compared to a regular MSBuild on a developer's system.
On the Silverlight Toolkit, we do use TFS Build, and haven't had any specific issues like this. However, when we build delay signed binaries, we must disable ValidateXaml (set ...
-
Interesting. Could you share a little more detail about your scenario? The control is really only designed for helping to filter down a unique list, and not to handle lists of duplicates.
-
Hi,
Please take a look at this closed issues from the toolkit's Issue Tracker: http://silverlight.codeplex.com/WorkItem/View.aspx?WorkItemId=3376
Copying from the original text I entered:
Hi,
Similar and duplicate items are very different.
Since the AutoCompleteBox uses a ListBox, it is subject to the behavior of ListBox with regards to ...
-
Good, concise explanation of the experience that popups provide these controls.
Unfortunately I don't know of a good solution. Sorry!
-
Is this auto complete box issue resolved?
-
You are probably using an outdated version of the Silverlight Toolkit and/or Silverlight. Please take a look at the latest release at http://silverlight.codeplex.com/
The property "SearchMode" was renamed to "FilterMode" for consistency purposes before the control matured.