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
1965
manual on demand- checkbox
posted

For a manual on demand load of data is there an example which shows that when parent checkboxes are checked the child ones get selected too? Or can you please post an example.

I need to check parent checkboxes and ensure that child checkboxes are also checked and their id is sent to the database

  • 22852
    Offline posted

    You can handle the RowUpdating event and when a parent row's checked value is updated update the children in your data store in this event.

    Let me know if you have any questions with this matter.