Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
147432 | Sep 10,2019 03:28 PM UTC | Sep 11,2019 05:13 PM UTC | Angular - EJ 2 | 1 |
![]() |
Tags: MultiSelectDropdown |
public onFiltering: EmitType<FilteringEventArgs> = (e: FilteringEventArgs) => {
let query: Query = new Query();
//frame the query based on search string with filter type.
query = (e.text !== '') ? query.where('Name', ' contains', e.text, true) : query;
//pass the filter data source, filter query to updateData method.
e.updateData(this.data, query);
}; |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.