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

How to call context menu event when it creates a node with the name of "New Node" ?

1 Answer 35 Views
TreeView
This is a migrated thread and some comments may be shown as answers.
Bala
Top achievements
Rank 1
Bala asked on 03 Jun 2011, 02:31 PM

Hi Team,

I am using Telerik Rad treeview in my application. I am creating below 3 context menu programatically.

 1.New    - To create a new node.
 2.Update - Update the node
 3.Delete - Delete the node

I am using OnContextMenuItemClick  and OnNodeEdit event to do  my custom DB action. I have 2 problem in this senario.

1. When I click "New" Context menu, this  creates a node with the name of "New Node" but it faild to call my custom events. But If i modify the name of the "New node" the event will trigger. But I am not able to call the event when the newly created node name as "New Node". How to call this event?

2. When I creates a new node, this creates a node with the name of "New Node" but i want to create a node with the name of "New Group" instead of "New Node". Is this Possible?

 
Can anyone  please help me to resollve this broblem?

Regards,
BalaMurugan J

1 Answer, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 09 Jun 2011, 09:04 AM
Hello Bala,

It seems that the scenario that you describe is very customized. I would therefore suggest that you open a support ticket and send us a sample runnable project reproducing the issue, so we can help you out. 

Kind regards,
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
Bala
Top achievements
Rank 1
Answers by
Kate
Telerik team
Share this question
or