Completed
Last Updated: 06 Apr 2020 16:56 by ADMIN
Release R2 2020 (LIB 2020.1.413)
Mark
Created on: 03 Apr 2020 08:31
Category: GridView
Type: Bug Report
0
RadGridView: NullReferenceException with calling RadDataFilter.ApplyFilter and a grid's cell is edited

Please refer to the attached sample project and follow the steps illustrated in the gif file. 

The issue is also reproducible in the Demo application.

Workaround: in the RadDataFilter.Edited event you can use the Expression to filter the grid:

 Me.RadGridView1.FilterDescriptors.Expression = Me.RadDataFilter1.Expression

0 comments