Hi,
I have a problem in my application:
I use a RadRibbonBar and the quickaccesstoolbar; I insert the items in the quickaccesstoolbar menu and the text of the item.
The item inserted are displayed with text and image and are RadButtonElement
One of these items (called "News Update") the text field is updated when the application starts up with a call to a webservice (if available).
The text of the button when visible is correctly updated, but also the text in the dropdownmenu of the overflowbutton is updated, while my goal is that the text of the item in the dropdownmenu is always "News Update", while the text of the text of the corresponding RadButtonElement, when visible, is correctly updated.
I tried to populate the text of the items of the dropdownmenu of the overflowbutton with the name (and not the text) of the RadButtonElement but I was not successfull.
Is there a way to obtain the result?
I have a problem in my application:
I use a RadRibbonBar and the quickaccesstoolbar; I insert the items in the quickaccesstoolbar menu and the text of the item.
The item inserted are displayed with text and image and are RadButtonElement
One of these items (called "News Update") the text field is updated when the application starts up with a call to a webservice (if available).
The text of the button when visible is correctly updated, but also the text in the dropdownmenu of the overflowbutton is updated, while my goal is that the text of the item in the dropdownmenu is always "News Update", while the text of the text of the corresponding RadButtonElement, when visible, is correctly updated.
I tried to populate the text of the items of the dropdownmenu of the overflowbutton with the name (and not the text) of the RadButtonElement but I was not successfull.
Is there a way to obtain the result?