I am creating a TreeView in my webform using RAD controls from Telerik, Right now I need to load only the root nodes of the tree from my sql server database table using a simple select query. When I databind my RadTreeview I can see the correct number of root nodes but instead of the data, I just see "system.data.datarowview" on all the nodes. There is no actual data on the nodes.
Can someone please tell me what is causing this and not loading the correct data on the TreeView Root nodes?
Can someone please tell me what is causing this and not loading the correct data on the TreeView Root nodes?