Completed
Last Updated: 06 Jun 2019 13:44 by ADMIN
Release R2 2019 SP1 (LIB 2019.2.610)
Comparto
Created on: 22 May 2019 06:57
Category: GridView
Type: Feature Request
1
RadGridView: Add deferred search like in WPF suite
Add deferred search like in WPF suite
1 comment
ADMIN
Dimitar
Posted on: 29 May 2019 04:57
Hello,

New property: DeferredSearch â€‹will be introduced in Telerik UI for WinForms R2 2019 SP1.

It gets or sets a value indicating whether grid will wait until enter key is pressed before it starts a search. DeferredSearch can be set as follows:
GridViewSearchRowInfo searchRow = this.radGridView1.MasterView.TableSearchRow;
searchRow.DeferredSearch = true;

Regards,
Dimitar
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.