For anyone who can help - I'm having an issue with the grid's ability to filter on a field that is of the type decimal.
Here's what my filter looks like:
restFilter.filters.push({ field: "OrderNumber", operator: "eq", value: searchValue });
Error: Message"The binary operator Equal is not defined for the types 'System.Decimal' and 'System.String'."string
Not sure what to do, any ideas?
Thanks!
Craig