Hi,
I am using RadTreeView in my project. If my page has not a masterpage ClientSide events of TreeView working exactly. But if it has a masterpage, i can't use scripts that is related with events. In example, i can use Drag& Drop events/scripts if my page has not a masterpage, but if has, i can not use these events/scripts.
How can I solve this problem,
Thanks for your help.
Edit : Oops! I solved this problem :) I used $find('RadTreeView1'), but in MasterPage; naturally tree's id changing so i change my function to $find('<%= RadTreeView1.ClientID %>') and worked :)
I am using RadTreeView in my project. If my page has not a masterpage ClientSide events of TreeView working exactly. But if it has a masterpage, i can't use scripts that is related with events. In example, i can use Drag& Drop events/scripts if my page has not a masterpage, but if has, i can not use these events/scripts.
How can I solve this problem,
Thanks for your help.
Edit : Oops! I solved this problem :) I used $find('RadTreeView1'), but in MasterPage; naturally tree's id changing so i change my function to $find('<%= RadTreeView1.ClientID %>') and worked :)