Completed
Last Updated: 15 Aug 2017 10:20 by ADMIN
ADMIN
Ivan Petrov
Created on: 04 Jan 2017 14:39
Category: GridView
Type: Feature Request
0
ADD. RadGridView - Add a method that allows users to evaluate whether a row satisfies certain filter criteria.
There should be a way for users to determine if a row passes a certain filter criteria without that affecting any data operations.
1 comment
ADMIN
Ralitsa
Posted on: 11 Jan 2017 11:14
In order to understand whether the row passes a filter criteria, you need to call RadCollection`s FilterEvaluate method: 
bool pass = this.radGridView1.MasterTemplate.DataView.FilterEvaluate(<filter>, <row info>); 

The improvement will be available in our next version - R1 2017 version.