I have a RadGrid for which filtering works on some columns but not others. Specifically, filtering works on columns of type decimal but not for columns of type string or datetime. I have checked the data types for each column and they are correct. The ItemCommand event is fired for all of the filter actions. Is there something obvious I'm missing?