As of a week ago, my datagridview wisej can no longer change a row color

Answered
0
0

dataGridView1.Rows[row.Index].DefaultCellStyle.BackColor = Color.LightGreen; .. No longer works even on the published site.  It was working on March 19, 2026 and no longer works.  Nothing has changed in my code.

  • You must to post comments
Best Answer
0
0

Turns out I was changing the color in 2 areas of my code. My error…sorry.

  • Frank (ITG)
    Hi Michael, no worries, thanks for clarification. Regards Frank
  • You must to post comments
0
0

Hi Michael,

can you please share some more details?
What Wisej.NET version are you running? Have you upgraded it recently? If yes, from what version?
Please also provide a test case that shows the context of the code snippet you posted?

Best regards
Frank

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.