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
270
WebCombo to display parent-child data
posted

Hello All,

I am trying to use a standalone WebCombo to display User and Role information. Each user can be assigned to a number of Roles.

The WebCombo contains 2 columns, a checkbox to assign the user to the role and the role name itself. When I click on the checkbox to assign the user to the role, the webcombo immediately disappears. Is there a way to prevent the WebCombo from disappearing so that I can assign multiple rows ? 

Thanks in advance

  • 14049
    Offline posted
    Hi,

    You can try to handle the BeforeCloseUp event on the client and cancel
    it if the check box column has been modified. To get that info you will
    need to handle the CellChange event off the embedded grid.