This question is locked. New answers and comments are not allowed.
Hi,
I want to sort column Data as converted Data type.
I am getting Data via WCF RIA Services, and convert Data string type into number type using a converter.
and I want to sort these Data as NUMBER TYPE(Converted Data Type) with column header click event,
but sorting is not working properly.
i think , it is sorted as String Data Type(Original DataType).
can you teach me how to sort Data as converted data type?
i attach a file.
thanks.