The converter is associated with the binding not with the column
Okay, I have associated by converter class with columns containing binary data that I want to format nicely. When this method runs: public object Convert(object value, Type targetType, ...) The value is always the string "System.Byte[]". So I'm getting the value too late, it's already been turned into a useless string further back up the line. Greg
_______________________________________________ ozwpf mailing list [email protected] http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf
