You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using SFDataGrid for a long time and after an update I had a weird glitch.
After DataGrid loaded with paging, page numbers are shown at first and fade out, looks like their color changes to same with background. Once scrolled a little bit they return to normal.
We have checked your query at our end, and we are able to replicate that issue at our end. We have considered this as a bug and logged a bug report regarding this in our feedback portal. We will fix the reported issue and include the changes in our upcoming weekly patch release, which is expected to be rolled out on March 25 , 2025. We will let you know once released, and we appreciate your patience until then.
Disclaimer: Inclusion of this solution in the weekly release may change due to other factors including but not limited to QA checks and works reprioritization.
Bug description
I am using SFDataGrid for a long time and after an update I had a weird glitch.
After DataGrid loaded with paging, page numbers are shown at first and fade out, looks like their color changes to same with background. Once scrolled a little bit they return to normal.
Steps to reproduce
N/A
Code sample
Code sample
Expanded(child: _buildDataGrid(constraint)),
if (viewModel.rowsPerPage != 0)
SizedBox(
height: _dataPagerHeight,
child: SfDataPager(
visibleItemsCount: viewModel.rowsPerPage,
delegate: viewModel,
initialPageIndex: viewModel.pageCount,
pageCount: viewModel.pageCount.toDouble(),
direction: Axis.horizontal,
))
Screenshots or Video
Screenshots / Video demonstration
Screen.Recording.2025-02-25.at.23.33.27.mov
Stack Traces
N/A
On which target platforms have you observed this bug?
iOS
Flutter Doctor output
Doctor output
The text was updated successfully, but these errors were encountered: