Welcome to the Xamarin.Forms feedback portal. We’re happy you’re here! If you have feedback on how to improve the Xamarin.Forms, 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!

0
Votes
Noticed that dataGrid.BeginEdit(row, col) does not work unless the cell is visible. Ok, so I call dataGrid.ScrollToColumn(col, animate) prior to calling BeginEdit. This only works if animate is false. Setting Animate to true returns before the cell is brought into view and therefore the BeginEdit fails.

The animate looks nice and would be nice to have. I could do a hax and do a delay between the calls, that is not elegant.