I am getting the Error "No property or field 'rEqualTo' exists in type 'DataRowView'"

0 Answers 87 Views
Filter Grid
Kevin
Top achievements
Rank 1
Kevin asked on 08 Sep 2021, 01:56 AM

 I am getting the error No property or field 'rEqualTo' exists in type 'DataRowView' when I try and choose either the "GreaterThanOrEqualTo" or the "LessThanOrEqualTo" option in the dropdown.

When I debug my code the FilterExpression looks like be what is below

MainGrid.MasterTableView.FilterExpression = ["TOTAL_AMOUNT_CREDIT"])) > rEqualTo|234

 

Also the CurrentFilterFunction and the CurrentFilterValue have changed from what I enter.

MainGrid.MasterTableView.Columns[2].CurrentFilterFunction = GridKnownFunction.GreaterThan

MainGrid.MasterTableView.Columns[2].CurrentFilterValue = rEqualTo|234 

 

Product version 2021.2.616.45 for the below DLLs.

Telerik.Web.UI.Skins.dll

Telerik.Web.UI.dll

Telerik.Web.Device.Detection.dll

Telerik.Web.Design.dll

 

Where I use version 2021.2.511.40 of the DLLs everything works fine and the

MainGrid.MasterTableView.FilterExpression = ["TOTAL_AMOUNT_CREDIT"])) >= 234 

 

Is there something I am doing wrong with version 2021.2.616.45 of the below DLLs.

 

Thanks,

Kevin

 

Attila Antal
Telerik team
commented on 10 Sep 2021, 04:20 PM

Hi Kevin,

In order to understand the problem, we need to see the complete Grid declaration and the backend code used for it. That will help us replicate the issue.

No answers yet. Maybe you can help?

Tags
Filter Grid
Asked by
Kevin
Top achievements
Rank 1
Share this question
or