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.