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!>
Thanks for joining our community and helping improve Syncfusion products!
Goal: Display an SfPopup relative to row or cell from
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.