How do we bind the xamWebTree checkbox to a bool field in the data source?
For example, assuming the xamWebTree is bounded to
to a Categories collection with nested Products data. How can we get the checkbox values for the corresponding categories and products? Is there a way to bind the checkbox to a bool property in Category and Product?
What we are trying to do is ?
When the checkbox is selected on UI, we want to perform certain action on server and client. So how can we read the checkbox?
Thanks,
Sounds like an interesting topic to me. I am recently also having some problems with the c# checkbox data-binding. This question is insightful.