Unplanned
Last Updated: 10 Feb 2020 09:16 by ADMIN
Franz
Created on: 04 Feb 2020 11:26
Category: MultiColumnComboBox
Type: Feature Request
3
MultiColumnComboBox: Provide property for the inputted "SearchText"

It would be usefull to have a Property on the RadMultiColumnComboBox which represents the inputted searchtext. This Property should be TwoWay-Bindable.

A usecase for it could be to programmatically manipulate the searchtext.
For example setting it to NULL on LostFocus:

private void mccb_LostFocus(object sender, RoutedEventArgs e)
{
    this.mccb.ChildrenOfType<RadWatermarkTextBox>().First().Text = string.Empty;
}

Instead of hacking around with the visualTree etc. one could simply bind the property. This would also be MVVM compliant.

Proposed Name for the Property "SearchText".

1 comment
ADMIN
Martin Ivanov
Posted on: 10 Feb 2020 09:16

Hello Franz,

Thank you for the feature request. We approved it and also modified the title a bit in order to meet the naming convention in the feedback portal.

Regards,
Martin Ivanov
Progress Telerik

Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.