This is a migrated thread and some comments may be shown as answers.

Documentation issue

1 Answer 37 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Developer Developer
Top achievements
Rank 1
Developer Developer asked on 18 May 2011, 08:02 PM
I just wanted to make everyone aware of a small mistype in the documentation for ASP.NET AJAX Q1 2011 SP1.

In an examples listed you have:

protected void HandleNodeEdit(object sender, RadTreeNodeEventArgs NodeEvents)
{            
    RadTreeNode nodeEdited = NodeEvents.NodeEdited;
    string newText = NodeEvents.NewText;

    nodeEdited.Text = newText;
}

which, of course, should be RadTreeNodeEditEventArgs.

URL to the help page is below.

http://127.0.0.1:47873/help/1-7288/ms.help?method=page&id=P:TELERIK.WEB.UI.RADTREEVIEW.ALLOWNODEEDITING&product=TELERIK_RC_AJAX&productversion=2011_Q1&locale=en-US&topiclocale=EN-US&topicversion=100&SQM=2


1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 23 May 2011, 11:46 AM
Hi Developer ,

Can you please send us the correct url page, since I am not able to open the following one that you have in the forum post?

http://127.0.0.1:47873/help/1-7288/ms.help?method=page&id=P:TELERIK.WEB.UI.RADTREEVIEW.ALLOWNODEEDITING&product=TELERIK_RC_AJAX&productversion=2011_Q1&locale=en-US&topiclocale=EN-US&topicversion=100&SQM=2


Greetings,
Kate
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
TreeView
Asked by
Developer Developer
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or