I have gridView with checkbox column(IsActive) that binded to bool property(IsDeleted) and converter that show the inverted value . When I try to show all active items ,it show inactive items and opposite .
When I check (IsActive=true) , FilterDescriptors show (IsDeleted=true) and that is wrong it should be inverted
When I uncheck (IsActive=false) , FilterDescriptors show (IsDeleted=false) and that is wrong it should be inverted too
So how can I handle it !?
Regards,
Mohammed Thabet
When I check (IsActive=true) , FilterDescriptors show (IsDeleted=true) and that is wrong it should be inverted
When I uncheck (IsActive=false) , FilterDescriptors show (IsDeleted=false) and that is wrong it should be inverted too
So how can I handle it !?
Regards,
Mohammed Thabet