Hi, i was using the
18.1.0.55 version and opening the context menu by a click with cxtMenu.Open(e.ClientX, e.ClientY), where e is 'Microsoft.AspNetCore.Components.Web.MouseEventArgs' and was working fine but after update to
18.2.0.47 version, the menu always open in 0,0 position at screen. There is a new way to do it? Thanks in advance.