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

How to fire an OnItemClick event of a RadMenu from codebehind

2 Answers 80 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
ETS
Top achievements
Rank 1
ETS asked on 16 Oct 2015, 04:04 PM

Hi,

How to fire an OnItemClick event of a RadMenu from code-behind?

Thank you,

ETS

2 Answers, 1 is accepted

Sort by
0
Accepted
Eyup
Telerik team
answered on 21 Oct 2015, 10:20 AM
Hello,

Are you looking for achieving something similar to the implementation demonstrated in the attached web site sample?

Regards,
Eyup
Telerik
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items
0
ETS
Top achievements
Rank 1
answered on 23 Oct 2015, 01:39 PM

Eyup,

Your reply is very helpful. Thank you.

ETS 

RadMenuItem rmenuItem = rmenuAdm.FindItemByText("View");
rmenuItem.Selected = true;
rmenuAdm_ItemClick(rmenuAdm, new RadMenuEventArgs(rmenuItem));

Tags
General Discussions
Asked by
ETS
Top achievements
Rank 1
Answers by
Eyup
Telerik team
ETS
Top achievements
Rank 1
Share this question
or