Strange. Possibly a default ToString() somewhere. Do you have any user
controls or anything in your datagrid? Maybe a DataTemplate or binding
to the wrong path?
Are you using the out of the box Column templates or using your own
custom template?

You could set up some loaded events on the rows or Cells to see if you
can get at the underlaying data to see what's going on. I've had to do
that in the past to troubleshoot stuff with DataGrids.

On Mon, Nov 15, 2010 at 11:40 AM, 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
>
>
_______________________________________________
ozwpf mailing list
[email protected]
http://prdlxvm0001.codify.net/mailman/listinfo/ozwpf

Reply via email to