5 Answers, 1 is accepted
0
Hi Chinna,
I'm not sure if I understood your question correctly. To make a menu item appear selected, you can use the focus method of the client-side RadMenuItem object.
Kind regards,
Erjan Gavalji
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
I'm not sure if I understood your question correctly. To make a menu item appear selected, you can use the focus method of the client-side RadMenuItem object.
Kind regards,
Erjan Gavalji
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Chinna
Top achievements
Rank 1
answered on 05 May 2008, 02:37 PM
hi Erjan,
You didn't got my point.
I have a scenario where user will be able to choose whether a selected node is applicable for User A / User B. So i have to provide a option to mark User A / User B in the context menu.
Ex: If you take the Internet Explorer user will be given a option to select/ mark the options / add-ons in the view menu option.
Same is the scenario i have to implement
You didn't got my point.
I have a scenario where user will be able to choose whether a selected node is applicable for User A / User B. So i have to provide a option to mark User A / User B in the context menu.
Ex: If you take the Internet Explorer user will be given a option to select/ mark the options / add-ons in the view menu option.
Same is the scenario i have to implement
0
Hi Chinna,
You can use the ContextMenuID property of the RadTreeNode to specify if a node will use a User1-specific or User2-specific context menu. In addition, you can use the OnClientContextMenuShowing event of the RadTreeView to show/hide items depending on the node.
I hope this helps.
Kind regards,
Erjan Gavalji
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You can use the ContextMenuID property of the RadTreeNode to specify if a node will use a User1-specific or User2-specific context menu. In addition, you can use the OnClientContextMenuShowing event of the RadTreeView to show/hide items depending on the node.
I hope this helps.
Kind regards,
Erjan Gavalji
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
0
Chinna
Top achievements
Rank 1
answered on 05 May 2008, 03:48 PM
hi Erjan,
I want to show the tick mark against the selected item, how can i achieve that.
Thanks
I want to show the tick mark against the selected item, how can i achieve that.
Thanks
0
Hi Chinna,
You can set a value to the ImageUrl property of the RadMenuItem, which can show a check mark.
Regards,
Erjan Gavalji
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center
You can set a value to the ImageUrl property of the RadMenuItem, which can show a check mark.
Regards,
Erjan Gavalji
the Telerik team
Instantly find answers to your questions at the new Telerik Support Center