There should be a way for users to determine if a row passes a certain filter criteria without that affecting any data operations.
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.