I have created a RadContextMenu and added an item to the menu with the following code:
RadMenuItem menuItem = new RadMenuItem(name);
menuItem.Attributes["State"] = "checked";
detailMenu.Items.Add(menuItem);
When the menu is shown there is no check on the menu.
I have looked at your sample http://www.telerik.com/DEMOS/ASPNET/prometheus/Menu/Examples/CustomAttributes/DefaultCS.aspx which shows usage of checked and unchecked but I cannot get it to work on a ContextMenu
Regards
Russell
RadMenuItem menuItem = new RadMenuItem(name);
menuItem.Attributes["State"] = "checked";
detailMenu.Items.Add(menuItem);
When the menu is shown there is no check on the menu.
I have looked at your sample http://www.telerik.com/DEMOS/ASPNET/prometheus/Menu/Examples/CustomAttributes/DefaultCS.aspx which shows usage of checked and unchecked but I cannot get it to work on a ContextMenu
Regards
Russell