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:


Parents
No Data
Reply
  • 45049
    posted

    This problem was recently reported to Infragistics Developer Support, and we've passed it to our developers for further investigation.  I believe the problem occurs with bound checkboxes as well.

    If you are encountering this behavior, please submit a support request with Developer Support.  You can reference development issue "BR30201" when you place your request, as well as giving details about the scenario you're using (in Philipp's case, an unbound field whose value is being set in the InitializeRecord event handler).

    Information on submitting a support request is listed on this page of our website.

Children