I have a RadGrid bound to a collection, the collection has integer, strings and char datatypes. I can group by all these nor problem and I can filter with the integer and strings however using the CHAR and equalto does not work.
I have one column that contains either a V or an O (for Vacant or Occupied) when I attempt to filter by V and EqualTo I still get both V and O items, I tried using O and greater then to just get the V no luck still get them all. However I can drag the column to the group by bar and it groups the items correctly.
(I have set the datatype for the column to System.Char)
I have one column that contains either a V or an O (for Vacant or Occupied) when I attempt to filter by V and EqualTo I still get both V and O items, I tried using O and greater then to just get the V no luck still get them all. However I can drag the column to the group by bar and it groups the items correctly.
(I have set the datatype for the column to System.Char)