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
I found my answer....
childrow.Cells(_aNpControl.HealthIssueGrid.ROW_NAME_AvailableList).Activation = Activation.Disabled