Hi,
I have a SL4 DataGrid with one template column. The column template contains an image (source points to an resource inside the xap) and a textblock. The image source is set using a binding to the view-model + a value converter that converts to a valid path to the image.
For most rows it works, however for one row the image is not visible when the page is shown. BUT if I scroll that row out of view (even by a pixel out, but has to be out) then in view again, the image appears.
Any idea what kind of magic is going on? :)
Thanks!