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
3045
Unbound checkbox not getting set after upgrading from 11.2 to 13.1
posted

I have a popup control that contains an UltraGrid. The UltraGrid has an unbound boolean column which displays as checkbox. It doesn't seem to set the checkbox programmatically if the popup control hasn't been made visible at least once. Once the popup control is made visible, programmatically setting the checkbox seems to work fine. This used to work in 11.2; now I'm using 13.1.

Has anything changed? Is there a new property that I should be setting?

Parents
No Data
Reply
  • 469350
    Verified Answer
    Offline posted

    Hi,

    Nothing has changed specifically changed in this area as far as I know.But it's possible that this is the result of a bug fix or other change in timing that was unintentional.

    What, exactly, do you mean when you say "set the checkbox programmatically?" I assume you are just setting the Value property of the cell?

    Can you post a small sample project demonstrating the issue? You could probably simplify it by just putting a grid on a form and setting visible to false, rather than using your popup control.

Children