I have two different sites that are using checkbox tree views with on demand node population. PostbackOnCheck are both set to false.
ie:
OnPopulateNodes="TreeView_PopulateNodes" runat="server">
On postback, in the event handler for the node population, the node in the event argument always has its Checked state set to true, even if the check box is not ticked. This only happens on one of the sites, the other reports its checked status correctly.
The tree views on each site are configured identically themselves, but there is must be some difference that is causing a problem for me. The pages the treeviews are on are radically different between the sites. I am having great trouble identifying what is causing this. Any help would be much appreciated!