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
SfDataGrid.ScollToColumnIndex with animation(true) return too soon
DO Dominic
Created On
:Apr 16, 2020 6:24 PM
Updated On
:Apr 21, 2020 2:09 PM
Type
:Bug Report
Control
:SfDataGrid
Version
:18.1.0.44
DO Dominic
Created On
:
Apr 16, 2020 6:24 PM
Type
:
Bug Report
Control
:
SfDataGrid
Updated On
:
Apr 21, 2020 2:09 PM
Version
:
18.1.0.44
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.