Hello, I'm new user of Telerik and it's the first time I write a message here.
I have a RadTreeView which is loaded with "Load on demand" method (with SQL query) And I want to use a search field ID to expand the treeview on the result node.
I use the FindNodeByValue method (server-side) to do this but I have a problem.
When I click on the search button which fire this method, it return null value because it don't find de corresponding node.
but when I click after have expanded and collapsed nodes of the treeview, this method works well and I retrieve the good node by the value.
I understand that when I expand the nodes (manually with the mouse), they are loaded in memory and the method FindNodeByValue works but If I don't do this, it not works.
Thanks you very much for your help.
Info : I use ServerSideCallBack as expandmode
I have a RadTreeView which is loaded with "Load on demand" method (with SQL query) And I want to use a search field ID to expand the treeview on the result node.
I use the FindNodeByValue method (server-side) to do this but I have a problem.
When I click on the search button which fire this method, it return null value because it don't find de corresponding node.
but when I click after have expanded and collapsed nodes of the treeview, this method works well and I retrieve the good node by the value.
I understand that when I expand the nodes (manually with the mouse), they are loaded in memory and the method FindNodeByValue works but If I don't do this, it not works.
Thanks you very much for your help.
Info : I use ServerSideCallBack as expandmode