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
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.