Hi,
I tried to bind ImageUrl property with ObjectDataSource without success. I look all demo and exemple for this work and i can't find how to bind this property.
My treeView display the text and build good structure, mais i can't set ImageUrl from my object.
I tried this in the markup
Thank you for help!
I tried to bind ImageUrl property with ObjectDataSource without success. I look all demo and exemple for this work and i can't find how to bind this property.
My treeView display the text and build good structure, mais i can't set ImageUrl from my object.
I tried this in the markup
ImageUrl="Image"and onNodeDataBound event, i can't set this imageURL because the ID is always empty.<telerik:RadTreeViewID="rtvNavigation"runat="server"MultipleSelect="false"Font-Size="9pt"Height="94%"Width="100%"DataSourceID="ObjectDataSource1"DataTextField="Description"DataFieldID="ID"DataFieldParentID="ParentID"AllowNodeEditing="false"ImageUrl="Image"OnNodeClick="rtvNavigation_NodeClick"></telerik:RadTreeView>
Thank you for help!