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
1130
disable a boolean columns checkbox for only certain rows
posted

I have a grid with multiple bands.  If the checkbox is unchecked for the parent band, I want its children bands' checkboxes to be disabled.  Is there a simple property that I can access and set for the childrows' checkbox cells?  Or do I need to grab the uiElement from the cells?

 Thanks,

Dave

Parents
No Data
Reply
  • 1130
    Verified Answer
    posted

    I found my answer....

    childrow.Cells(_aNpControl.HealthIssueGrid.ROW_NAME_AvailableList).Activation = Activation.Disabled

Children
No Data