Click here to Skip to main content
15,884,472 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
<GridViewColumn Header="Order Status" DisplayMemberBinding="{Binding Order,Converter={StaticResource ResourceKey=boolConverter}}" Width="90" />


Order values are: 24683579
After applying converter on order. we are converting even orders to true and odd orders to false.

But when applying sorting on Order Status column, sorting is happening on the actual order values which are integer but not on the converted values.

Can some help to fix this.

Thanks in advance.
Posted
Updated 9-Dec-12 19:50pm
v4

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900