UXSearchBox in WPF not supporting AutoComplete?

10 replies. Last post: March 14, 2011 7:27 AM by Handy Surya
Tags :
  • New Discussion
  • New Question
  • New Product Feedback
rp36 Member

First of all, Thanks for the quick fix released last week for UXSearchBox, now I can load the control in WPF. However, I still have following problems:

UXSearchBox in WPF:

1) Does not support AutoComplete mode. I set QueryLatency=0.3 as well as AutoComplete and AutoShowResultBox=True. The view model function (IsSearching) is not triggered.


2) UXSearchBox shows empty box on first enter in the search box. It only receives the second enter, which triggers the search box


<Intersoft:UXSearchBox QueryLatency="0.3" DisplayMemberPath="Title" NavigateUriMemberPath="VirtualUri"  ItemContentType="ContentAndImage" ImageMemberPath="FullThumbnailPath" IsSearching="{Binding IsSearching, Mode=TwoWay}" QueryText="{Binding QueryText, Mode=TwoWay}" SearchResult="{Binding SearchResult}" Width="200" AutoShowResultBox="True" />


Would you let me know, if it is not supported and am I doing something wrong?

Thanks!

All times are GMT -5. The time now is 11:33 AM.
Previous Next