Dear,
I have a <ejs-grid> with a e-data-manager (UrlAdaptor).
When I disable "enablePersistence", searching is working fine (using a Syncfusion.EJ2.Base.DataManagerRequest).
However, once I set enablePersistence = "true" on the grid, the searching fails with the error
Exception thrown: 'System.ArgumentException' in System.Linq.Expressions.dll
Incorrect number of arguments supplied for call to method 'System.String ToString(System.String)'
I already tried to clear the persistence state with window.localStorage.clear(); but that doesn't solve anything...
It seems that the persistence is somehow forcing "old" search settings, because I disable searching on some columns, but those columns are still included in the DMRequest. When I disable persistence, these columns do not appear in the DMRequest...
What is causing this and how to solve?