I have a RadContextMenu (for an object on a canvas). It works well.
I added a NumericUpDown Control to it.
When I open the menu, If I click the + or - button on the control first, it works fine.
But if I click directly in the edit box of the control just after opening the menu, then the menu immediately closes.
If I open the menu, first click either the + or - and THEN click inside the edit control, then the menu stays open.
Is there a setting I can change to prevent the menu from immediately closing?
I have attached a small sample that illustrates the issue. Run the app, right click on the shape and then immediately left click on the text-box portion of the Numeric Up Down. The Menu will close. But click on the +/- buttons first and it works.
I added a NumericUpDown Control to it.
When I open the menu, If I click the + or - button on the control first, it works fine.
But if I click directly in the edit box of the control just after opening the menu, then the menu immediately closes.
If I open the menu, first click either the + or - and THEN click inside the edit control, then the menu stays open.
Is there a setting I can change to prevent the menu from immediately closing?
I have attached a small sample that illustrates the issue. Run the app, right click on the shape and then immediately left click on the text-box portion of the Numeric Up Down. The Menu will close. But click on the +/- buttons first and it works.