Not sure what would be the issue, but just to test, can you try with a
DataGridTemplateColumn?
You could create the template in code or XAML as a StaticResource if you
prefer.




On Mon, Nov 15, 2010 at 2:40 PM, Greg Keogh <[email protected]> wrote:

> 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
>
>


-- 
Miguel A. Madero Reyes
www.miguelmadero.com (blog)
[email protected]
_______________________________________________
ozwpf mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf

Reply via email to