I recently updated to .net 6rc1 and have the Syncfusion Grid, Notifications, and Layouts individual nuget packages, version 19.3.0.44. I am using the bootstrap4 styling via:
I am having trouble with the context menu on the data grid. The right click of the context menu does not open the custom data grid at all. I also have a button on each row to open a separate context menu, and this opens up in the incorrect spot on the page, and messes up some of the styling on the grid, such as adding weird vertical scrolling. See video.
My solution was working well before updating to .net 6 rc1 and the newer Nuget packages for Syncfusion.
I can provide more details such as a sample repo if needed.
Attachment: DataGridWeirdContextMenu_1fe0fab2.zip
Hi Vignesh,
I've downloaded your code and the sample solution works just like I would like it to work. When I copied that razor component into my project, it reverted back to the weird behavior from my first video I posted.
This behavior happens in 19.3.0.43 as well as 19.3.0.44.
I cleared my Nuget Cache and Browser Cache with no changes to the outcome.
I did notice the sample you provided was a Blazor Wasm, could you provide another sample using Blazor Server?
Thanks, Zach
Vignesh,
You can disregard my last post. I had added the Grid Individual Nuget package, but did not have included the navigation package which is needed for the context menu portion. My problem is resolved.