Childs menu are stay open on screen, after click on menuitemadv
The menu is created dinamically, and Menu item execute a command for action. (last version 17.4.x.y)
Is this a BUG, because in previously version 17.3.x.y, have work as expected.
SIGN IN To post a reply.
12 Replies
AI
Anirudhan Iyyappan
Syncfusion Team
February 21, 2020 11:22 AM UTC
Hi Lautas,
Thanks for contacting Syncfusion support.
We are unable to reproduce the reported issue in MenuItemAdv. We have prepared the sample and video for your reference and this can be downloaded below. Could you please let us know how you have customized your MenuItemAdv? It will be helpful for us to analyze and proceed further.
Regards,
Anirudhan
LN
Lautas Nicolae
February 21, 2020 01:09 PM UTC
My app is for .Net Core 3.1
I use Syncfusion 17.4.0.50 (version)
Your example is for .Net Framework 4.7
Your version us 17.4460.0.39
I will wait next major release and I will see if this bug is still there.
thank you
AI
Anirudhan Iyyappan
Syncfusion Team
February 24, 2020 12:38 PM UTC
Hi Lautas,
Thanks for your update.
We are validating your query ”Childs menu are stay open on screen, after click on menuitemadv”. We will update you the details on 26th February 2020.
Regards,
Anirudhan
AI
Anirudhan Iyyappan
Syncfusion Team
February 24, 2020 01:35 PM UTC
Hi Lautas,
Thanks for your patience’s .
As you mentioned in the previous update we have created an sample in .Netcore 3.1 and 17.4.0.50 versions, but we are unable to reproduce the reported issue. Can you please check the below sample and let us know whether you were facing the reported issue. If not can you please modify the sample based on you scenario. That will helps us to analyze and provide the solution at earliest.
Regards,
Anirudhan
LN
Lautas Nicolae
February 26, 2020 04:47 PM UTC
Until my sample will be ready (2-3 weeks), all click events for menuitemmsadv control are executed on a separated thread
ON
Olety Nikhilesh Olety Nagendra
Syncfusion Team
February 27, 2020 02:08 PM UTC
Hi Lautas,
Thank you for the update.
We couldn't reproduce the reported issue on our side, so can you please provide a reproducible sample or modify the sample provided in our previous update as it would be helpful to provide a solution at earliest.
Please let us know if you have any concern.
Regards,
Nikhilesh O
LN
Lautas Nicolae
March 3, 2020 04:16 PM UTC
On my machine the problem persist on example code attached hereMy VS Comunity:
Work OK, if remove next block:
syncfusion:MenuAdv.ItemsPanel /syncfusion:MenuAdv.ItemsPanel
Attachment: WpfAppTestNetCoreMenu_c4fd9a39.zip
Version 16.4.5

PS:
1) On a short record screen with games tools, the sub menus don't appear on video
2) When I create this image (from above) the sub menus stay over the .Net paint application, even they application was hidden
Work OK, if remove next block:
.....
DV
Duraimurugan Vedagiri
Syncfusion Team
March 4, 2020 04:24 PM UTC
Hi Nicolae,
Thanks for your update.
We have checked the reported requirement and confirmed it as a defect. We have logged a defect report on this and the patch for this fix is estimated to be available on March 18th, 2020.
You can track the status through the following feedback link: https://www.syncfusion.com/feedback/12519/childs-menu-are-stay-opened-on-screen-in-menuadv
Regards,
Durai
Thanks for your update.
We have checked the reported requirement and confirmed it as a defect. We have logged a defect report on this and the patch for this fix is estimated to be available on March 18th, 2020.
You can track the status through the following feedback link: https://www.syncfusion.com/feedback/12519/childs-menu-are-stay-opened-on-screen-in-menuadv
Regards,
Durai
HS
Harsh Shah
March 18, 2020 04:48 AM UTC
Hey
Here is the code for MenuItemAdv try it...
XAML CODE :
<syncfusion:MenuAdv>
<syncfusion:MenuItemAdv Header="File" >
<syncfusion:MenuItemAdv Header="Edit" />
<syncfusion:MenuItemAdv Header="Tools"/>
<syncfusion:MenuItemAdv Header="Chart"/>
</syncfusion:MenuAdv>
C# CODE :
Add the following namespace for MenuAdv Control.
using Syncfusion.Windows.Shared;
MenuAdv mAdv = new MenuAdv();
MenuItemAdv file= new MenuItemAdv() { Header = "File" };
MenuItemAdv edit = new MenuItemAdv() { Header = "Edit" };
MenuItemAdv tools = new MenuItemAdv() { Header = "Tools" };
MenuItemAdv chart = new MenuItemAdv() { Header = "Chart" };
wpf.Items.Add(file);
wpf.Items.Add(edit);
wpf.Items.Add(tools);
mAdv.Items.Add(chart);
DV
Duraimurugan Vedagiri
Syncfusion Team
March 18, 2020 01:13 PM UTC
Hi Nicolae,
Thanks for your update.
The previously reported issue “Childs menu are stay opened on screen in menuadv” is already logged and will include the fix for the reported issue in our upcoming volume 1 main release which will be roll by end of march.
Can you please confirm whether you are mentioning the same issue else can you please provide more details?
Regards,
Durai
Thanks for your update.
The previously reported issue “Childs menu are stay opened on screen in menuadv” is already logged and will include the fix for the reported issue in our upcoming volume 1 main release which will be roll by end of march.
Can you please confirm whether you are mentioning the same issue else can you please provide more details?
Regards,
Durai
LA
Lautas
April 1, 2020 02:12 PM UTC
Verified, on version 18.1.0.42, the menuitems bug have been corrected.
DV
Duraimurugan Vedagiri
Syncfusion Team
April 2, 2020 02:05 PM UTC
Hi Nicolae,
Thanks for your update.
we are very pleased to hear that the reported issue resolved at your end.
Please let us know if you need any further assistance
Regards,
Durai
Thanks for your update.
we are very pleased to hear that the reported issue resolved at your end.
Please let us know if you need any further assistance
Regards,
Durai
SIGN IN To post a reply.
- 12 Replies
- 6 Participants
-
LN Lautas Nicolae
- Feb 20, 2020 11:11 PM UTC
- Apr 2, 2020 02:05 PM UTC