I'm trying to do some conditional formatting and I want to use an enum from my datasource. What should the value look like? When I uses a string as value, it says that it cannot compare "enum" and string.
You cannot compare enum values with strings directly because there is no implicit conversion between the two types. However you can use the ToString() method in the expression to convert the enum value to its string representation. Then you can compare the two strings as usual. I have attached a small sample project with a report that demonstrates this approach.
Regards,
Ivan
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items