Using a RadTreeView is it possible to have both server side and client side actions for a node click? In my application I'm using a RadTreeView to load content into a separate panel when I click on a tree node. The tree node click should do a call back to retrieve/load data then I'd like to be able to scroll the pane to a div in the content. Having OnNodeClick and OnClientNodeClicked defined for a RadTreeView causes the client side to fire but not the server side.