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

How can I get the value of the posted menu?

2 Answers 60 Views
RibbonBar
This is a migrated thread and some comments may be shown as answers.
Bilal
Top achievements
Rank 1
Bilal asked on 26 Oct 2011, 06:06 PM
Hi,

How can I get the value of the posted menu item after the ribbon is postbacked on serverside?
I dont want to use the RadRibbonBar1_MenuItemClick event.

I want something like:
RadRibbonBar RibbonBar = (RadRibbonBar)Master.FindControl("RadRibbonBar1");
RibbonBar.Value  ...... ( ?????)

Please do let me know how can I achieve such scenario.

Thanks,
Bilal Ghalayini

2 Answers, 1 is accepted

Sort by
0
Kate
Telerik team
answered on 27 Oct 2011, 11:52 AM
Hi Bilal,

Can you please clarify what exactly is your scenario? For example, what do you mean by "the posted menu item" and do you refer to the ApplicationMenu of the RadRibbonBar or the RibbonBarMenu as an item of the RadRibbonBar control?

All the best,
Kate
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now
0
Bilal
Top achievements
Rank 1
answered on 27 Oct 2011, 06:23 PM
Hi Kate,

Never mind I got it resolved.

Thank you,
Bilal
Tags
RibbonBar
Asked by
Bilal
Top achievements
Rank 1
Answers by
Kate
Telerik team
Bilal
Top achievements
Rank 1
Share this question
or