DataGridBoolColumn Checkbox

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I dont have a problem with the required 2 clicks to change a checkbox value, however, on the second click, the value change is not immediately visible. I can see the change only after I select a different cell.

Please advise why this visibility problem is happening.
thanks
 
To answer my own question in case anyone else runs into the problem..

i guess it is a matter of where you instantiate the object. I moved the code to the forms initalization instead of adding it later... works now.
 
Back
Top