I am creating a menu for one of our client using telerik control redMenu...
I could not find any menu sample with icons with each main menu item... for example...
+ Add - Delete
in above example (+) and (-) could be icons I'm using in my menu...
can anyone help???
Problem solved...
Using Tool Bar control instead of Menu control...
0
Accepted
Yana
Telerik team
answered on 23 Jan 2009, 07:03 AM
Hi Sachin,
You should set ImageUrl property of RadMenu items in order to have icons before the text. If you want a different icon for the hovered state of the item, you can set HoveredImageUrl property, Here is an example of RadMenu with icons, just expand one of the root items.
Greetings,
Yana
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thanks for your responce.
Earlier I was trying exactly same as what you have suggested but it wasn't working properly. Icon image wasn't appearing in-line with the text (Main menu, not the sub menu).
Now I've switched to tool bar which seems to be working fine...