[SOLVED] DataGridView cell paint never fired

Answered
0
0

Hi all,

as subject i’m unable to catch cell paint event.

 

The strange thinks is that UserPaintCells example is working, but only with existing dgv. If i create a new one and do the exact same thing cell paint event is not fired.

 

Attached a sample, thanks you!

 

Wisej 1.5.23.0

Attachment
  • You must to post comments
Best Answer
0
0

Hi Simone,

you have to set the UserPaint property to true for columns where you want to handle the paint event.

Best regards
Frank

  • You must to post comments
1
0

Hi Frank,

thanks my bad!

 

Wisej techsupport do a very great job,

thank you!

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.