DataGridView and pictures in cells - problem when filename contains spaces

0
0

HI,

I am trying to set picture for some cells in DataGridView. Pictures are stored withing Resources folder locally on the server

dgwPictures.Rows[e.RowIndex].Cells[2].Style.BackgroundImageSource = “\\…”

all is working fine if pictures do not have spaces in names, with pictures containing spaces picture is not displayed.

I tried using Uri.EscapeDataString(stringFileName) but no luck with it.

Thanx for help,

DiNo

 

  • You must to post comments
0
0

Hi Dino,

the fix for WJ-8835 is included in the latest Wisej release (1.4.79).

Best regards
Frank

  • You must to post comments
0
0

Thanks Dino.

This issue is logged as WJ-8835 and a fix will be included in the next Wisej release.
I´ll inform you when it´s available.

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.