Unplanned
Last Updated: 24 Sep 2021 11:15 by ADMIN
Kurt
Created on: 24 Sep 2021 10:59
Category: ContextMenu
Type: Bug Report
6
When I create a context menu based on data from the row I am clicking, ShowAsync shows a previous version of the menu. This only happens for a WebAssembly project
I have a project with a grid and a context menu.  When I right click on a grid cell, I create a contextual menu based on the name in the grid row.  Then when I run the await ContextMenuRef.ShowAsync(mouseEventArgs.ClientX, mouseEventArgs.ClientY); command, the menu is from the previous right click and previous row.  The actions performed based on the menu choice happen for the right row but the menu itself, it shows previous values.  I have included my mock project for your perusal.  Click on Invoices to get to the page with the problem.
Attached Files:
0 comments