Hello,
I have a radtreeview inside a radcombox. On tree node click event i do some operations.
I observed this event got called even the page is refreshed and i do not have control over it.
even page.IsPostback i can not use.
I want this event should be called only on the node click and not on page refresh / any postback event on the page.
Or plz suggest something that I can restrict my operations to be done even if this event is called.