This question is locked. New answers and comments are not allowed.
I have the RadGrid bound to a List<Person>.
My Person object has a "Gender" property, returning either the string "F" or "M".
I have a convertor class that converts the string to a colour.
What markup should I use in the grid so that the background for each row reflects the correct colour for each person's gender?
My Person object has a "Gender" property, returning either the string "F" or "M".
I have a convertor class that converts the string to a colour.
What markup should I use in the grid so that the background for each row reflects the correct colour for each person's gender?