Hi!
I am in the process of moving from RadControls using .NET2 to .NET4.
The content of the GridTableView.FilterExpression has changed format between .NET2 and .NET4.
In .NET2 the FilterExpression might look like: "([Name] LIKE '%m%')"
In .NET4 the FilterExpression looks like: "(it[\"Name\"].ToString().ToUpper().Contains(\"m\".ToUpper()))"
When a user is working with a grid I am saving the grid settings including filter expressions in database to be used next time. The problem is that when loading settings (filter expression) saved with .NET2 in.NET4 I get a runtime error saying: Sys.WebForms.PageRequestManagerServerErrorException: Expression expected
Does anyone have a solution for this?
Thanks
/Mats
I am in the process of moving from RadControls using .NET2 to .NET4.
The content of the GridTableView.FilterExpression has changed format between .NET2 and .NET4.
In .NET2 the FilterExpression might look like: "([Name] LIKE '%m%')"
In .NET4 the FilterExpression looks like: "(it[\"Name\"].ToString().ToUpper().Contains(\"m\".ToUpper()))"
When a user is working with a grid I am saving the grid settings including filter expressions in database to be used next time. The problem is that when loading settings (filter expression) saved with .NET2 in.NET4 I get a runtime error saying: Sys.WebForms.PageRequestManagerServerErrorException: Expression expected
Does anyone have a solution for this?
Thanks
/Mats