Hello Gaurav,
In order to set the tooltip programmaticaly use this code:
RadTreeViewItem item = new RadTreeViewItem() { Header = "ProgramItem" }; |
item.SetValue(ToolTipService.ToolTipProperty, item.Header); |
RadTreeView1.Items.Add(item); |
About the
ItemsIndent problem - I checked the issues and confirm it as a bug. It will be fixed with next release that will be available in the following days this week. Thanks for bringing it up. Your telerik points has been updated.
About the integration with ContextMenu - you can do this even now - just add the context menu to the treeview. We will work towards extending this functionality with the Q1 release. See how to work with Context Menu here:
http://demos.telerik.com/silverlight/#ContextMenu/FirstLook
Greetings,
Valentin.Stoychev
the Telerik team
Check out
Telerik Trainer, the state of the art learning tool for Telerik products.