Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1650
Unbound checkbox field initially appears as null value (7.2 RTM)
posted

Hi there

I have a grid on a dialog with an unbound checkbox on it. During the InitializeRecord event, the checkbox' value is set to false (btw: a DefautValue property would be nice).

However - the grid always looks as if the value would be null - even if I set the initial value to true. The values are correctly set - reading Record.Cell[x].Value returns the correct boolean value. I assume it's a styling issue, because if I toggle the checkbox values through code to true, it looks like a checkbox with a null value AND a check mark. Subsequent toggling is correct: