зеркало из https://github.com/telerik/xaml-sdk.git
9205805ba5 | ||
---|---|---|
.. | ||
Properties | ||
App.xaml | ||
App.xaml.cs | ||
App_SL.xaml | ||
App_SL.xaml.cs | ||
Item.cs | ||
MainPage.xaml | ||
MainPage.xaml.cs | ||
MainWindow.xaml | ||
MainWindow.xaml.cs | ||
MinimumPopulateDelay_SL.csproj | ||
MinimumPopulateDelay_WPF.csproj | ||
Readme.md | ||
ViewModel.cs |
Readme.md
##MinimumPopulateDelay example## This example demonstrates how to implement minimum delay before the built-in filtering of the control is triggered. For better user experience a RadBusyIndicator is added in order to give feedback that the delay is triggered and is running. When deleting the inputted text by pressing the 'Backspace' keyboard key the DropDown of the control is immediately closed and the populating (filtering) is terminated. In those scenarios if a populate (filtering) with the current SearchText should be triggered all that is needed is for the 'Enter' keyboard key to be pressed.
<keywords:filtering, delete, busyindicator, text, input, backspace, populate, enter>