Welcome to the .NET MAUI feedback portal. We’re happy you’re here! If you have feedback on how to improve the .NET MAUI, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Goal: Display an SfPopup relative to row or cell from 

 the CellRightTapped or CellLongPressed events.

Purpose: I want to display a popup with a set of actions for a given data item. In other words, a context menu.

With SfDataGrid, there doesn't appear to be any way to get the associated item view (either the row or the cell) so the only view I can provide to SfPopup is the SfDataGrid itself.

Since I would like to accomplish this with both SfListView and SfDataGrid, it would be nice if there was an extension that would accept the data item in-lieu of the view to support resolving the view either directly or internally.

I've been able to accomplish this with SfListView using a custom ItemsGenerator and mapping the data item to the returned ListViewItem.  I don't see any way to accomplish this with SfDataGrid.

FWIW: My use case includes android and iPad tablets, something Maui's flyout menu support doesn't include.

Thanks,

Dan.