Hi,
I tried following Code in the new Futures Release of Prometheus:
When Rebind() is reached, following Exception is thrown: "Expression expected".
If I leave out the [] the Exception " ')' or operator expected" is thrown.
This error occures only with the new Futures Build. The code works almost the same manner as the documentation and the demo.
Can you help me?
Thank you und with kind regards,
Philip
I tried following Code in the new Futures Release of Prometheus:
| var filter = "([Subject] LIKE \'%Test%\')"; |
| RadGridMessages.MasterTableView.FilterExpression = filter; |
| RadGridMessages.MasterTableView.Rebind(); |
When Rebind() is reached, following Exception is thrown: "Expression expected".
If I leave out the [] the Exception " ')' or operator expected" is thrown.
This error occures only with the new Futures Build. The code works almost the same manner as the documentation and the demo.
Can you help me?
Thank you und with kind regards,
Philip
