Hi,
I was wondering if there is a way to animate a cell in a sfDataGrid. For example, if I can animate a grid cell flipping over to display another value when it's long-pressed?
I saw that the Syncfusion.SfDataGrid.XForms namespace has a GridCell class which derives from Xamarin.Forms.View. If I can get access to the GridCell object at a particular location (row/column), I may be able to animate it.
Any thoughts?
Thanks,
Alfredo