DevExpress XtraGrid checkbox check not registered unless focus changes
问题 We have a databound XtraGrid on our Windows form. One of the columns is a check box. The problem is as follows: when users check the checkbox and click OK button, the checkbox, while visibly checked, is not considered checked by the grid. When I do this (while looping through rows): isAllowed = Convert.ToBoolean(viewMain.GetRowCellValue(nRowCtr, "IsAllowed")) I get back False. BUT, if the user checks the box, and then clicks somewhere else on the form or on another row in this grid, thus