This question is locked. New answers and comments are not allowed.
Hi ,
I'm developing a SilverLight application with Treeview.
I have a issue with Treeview - getitembypath() / ExpandItembypath() using xml binding. But i was able to perform this with Expanditembypath(). while i performed binding with details from database(SQL) i was able to expand the Particular Node Programatically.
Similiar to this :-
I'm developing a SilverLight application with Treeview.
I have a issue with Treeview - getitembypath() / ExpandItembypath() using xml binding. But i was able to perform this with Expanditembypath(). while i performed binding with details from database(SQL) i was able to expand the Particular Node Programatically.
Similiar to this :-
string path= "Fish|Fresh Water";
rad.PathSeparator =
"|";
rad.ExpandItemByPath(path);
But while i performed the same Operation While binding with XML.
i m unable to Expand item both with-
expanditembypath() and getitembypath().
Since my record size is bulk in 1000's.I shifted the method of binding pattern from SQl db -to- xml(static Content) Binding in treeview.
So i expect ur response for this Issue.
RadTreeview with - search for the Node and Expanditembypath() Programatically with XMl binding.
Sample TreeView- Xml Binding Ex: from Telerik site.
i'm looking Forward,
Bala S