Hi,
I tried to fill radpane in radsplitter with radtreeview. When I used
It crushed because tree is null. But when used
It worked fine. Why is that?
I tried to fill radpane in radsplitter with radtreeview. When I used
var tree = $find("<%=RadTreeView1.ClientID %>"); tree.style.height = "100px";var tree = document.getElementById("RadTreeView1"); tree.style.height = "100px";