Hi,
I am using the RadMenu and my menu is dynamically created using a database. The user can select a default start up form and I need to search though the menuitems with recursion to find that startup item and then perform the click event on that menu item.
In the windows menu I was able to do this this.mainMenu.Items.Find(reportID, true). How can I do this on the menu items?
Thanks,
Tim