I have a trewwview on the page
The onNodeClick works fine but OnNodeExpand and OnNodeCollapse nver fires. I wrote just basic code and put breaks in and the code never makes to the break.
| <telerik:RadTreeView ID="RadTreeView1" runat="server" Skin="Vista" OnNodeClick = "onNodeClicking" |
| OnNodeCollapse="onNodeCollapse" OnNodeExpand="onNodeExpand" > |
| </telerik:RadTreeView> |
The onNodeClick works fine but OnNodeExpand and OnNodeCollapse nver fires. I wrote just basic code and put breaks in and the code never makes to the break.