Hi there,
In the code-behind I like to be able to invoke a click on a menu item and find this menu-item by name or automation-id. By adressing the elements by name you do not have problems when you add menu items.
I can give the RadMenu a name and find it with Find.ByName. However If I give a RadMenuItem a name it does not show up in the DOM tree.
Antoher solution might be to loop trough the RadMenuItems but still I like to be able to adress one of them.
Do you know a solution?
Thanks,
Richard