This is a migrated thread and some comments may be shown as answers.

[Solved] ItemHighlighting when binding to FilteredSuggestions property

5 Answers 118 Views
AutocompleteBox
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Kanishk
Top achievements
Rank 1
Kanishk asked on 14 Jun 2012, 06:51 PM
Hi,

Is there an easy way to get ItemHighlighting in RadDataBoundListBox when binding to FilteredSuggestions property?
For e.g.  for below code, is it possible to have the TextBlock to have ItemHighlighting when the filter key is matched?
 I would like the RadDataBoundListBox to show ItemHighlighting similar to the one shown by AutoCompleteBox popup.
Kindly suggest the easiest way to achieve the same, if possible.
Thanks!
<Grid x:Name="LayoutRoot">
    <Grid.RowDefinitions>
        <RowDefinition Height="Auto"/>
        <RowDefinition/>
    </Grid.RowDefinitions>
    <telerikInput:RadAutoCompleteBox PopupDisplayMode="None" x:Name="radAutoCompleteBox" Grid.Row="0"/>
    <telerikPrimitives:RadDataBoundListBox ItemsSource="{Binding ElementName=radAutoCompleteBox, Path=FilteredSuggestions}" Grid.Row="1" x:Name="dataBoundListBox">
        <telerikPrimitives:RadDataBoundListBox.ItemTemplate>
            <DataTemplate>
                <TextBlock Text="{Binding}"/>
            </DataTemplate>
        </telerikPrimitives:RadDataBoundListBox.ItemTemplate>
    </telerikPrimitives:RadDataBoundListBox>
</Grid>

5 Answers, 1 is accepted

Sort by
0
Todor
Telerik team
answered on 19 Jun 2012, 09:39 AM
Hello Kanishk,

Thank you for your suggestion.

Currently, there is not an easy way to get the ItemHighlighting in RadDataBoundListBox. However, we are considering implementation of such a feature for some of our future releases, but I can't promise you a specific data until we research our options.

If you have any suggestions about this feature or anything else in RadControl for Windows Phone, we free to contact us.

Regards,
Todor
the Telerik team

Explore the entire Telerik portfolio by downloading the Ultimate Collection trial package. Get it now >>

0
Steve Behrendt
Top achievements
Rank 1
answered on 02 Oct 2012, 10:18 AM
Yes, please implement that in an upcoming release.

I would like to mimic the people hub search functionality. Where an autocompletetextbox sits at the top of the page and a databoundlistbox underneath to show the filtered items. I would like to add the highlighting.

You say there is now "easy way". So is there a hard way then at least? :-)

Best,
Steve
0
Todor
Telerik team
answered on 04 Oct 2012, 07:49 AM
Hi Steve,

Thank you for contacting us.

Our next release is in less than two weeks and we haven't planned to include this feature in it. We will include it in our next Service Pack, which is expected a month or two after the release. As to the "hard way", you can try to implement this feature on your own and then you can tell us how hard it is ;)

Kind regards,
Todor
the Telerik team

Explore the entire Telerik portfolio by downloading Telerik DevCraft Ultimate.

0
Michael
Top achievements
Rank 1
answered on 21 Feb 2014, 04:28 PM
I was curious if this feature was ever added.  Thanks
0
Deyan
Telerik team
answered on 24 Feb 2014, 08:49 AM
Hello Michael,

This feature is not yet implemented.

Please log your request on our Product Feedback portal so that we can track the demand for it and plan accordingly:

http://feedback.telerik.com/Project/112

Thanks for your time!

Regards,
Deyan
Telerik
If you want to get updates on new releases, tips and tricks and sneak peek previews directly from the developers working on the UI for Windows Phone, subscribe to the blog feed now.
Tags
AutocompleteBox
Asked by
Kanishk
Top achievements
Rank 1
Answers by
Todor
Telerik team
Steve Behrendt
Top achievements
Rank 1
Michael
Top achievements
Rank 1
Deyan
Telerik team
Share this question
or