is it possible to change the Treenode.Chacked Property in Code, without fire the NodeCheckedChanged Event?
1 Answer, 1 is accepted
0
Victor
Telerik team
answered on 26 Jun 2009, 06:34 PM
Hi Daniel,
The NodeCheckedChanged event fires whenever the Checked property is set, be it by code or data binding. Please, provide more information on what you are trying to accomplish - perhaps I will be able to provide with a solution.