-
Notifications
You must be signed in to change notification settings - Fork 76
Visual issues after scrolling vertically #98
Comments
I am also facing this same issue. Any solutions yet? |
I've noticed that if you put the grid into a That can be a workaround until this get's fixed. |
This does solve it, until you have a datagrid inside a modal or popup view. There, the scrollview makes no difference. In my case, I don't allow the user to sort manually, so I can just replace the datagrid's headers with some labels above the scrollview, so they stay on screen. |
thank you |
Solved issue akgulebubekir#98 Visual issues after scrolling vertically.
Solved issue akgulebubekir#98 Visual issues after scrolling vertically.
The issue about selected item backcolor have not yet been fixed ? |
I have the exact same problem. I've decompiled the latest release (4.8.0) and can't seem to find the change mentioned in the commit. |
Using version 3.1.0, on both Android and iOS. I have a DataGrid within a Grid on a ContentPage.
The datagrid seems to have visual issues after scrolling vertically. The two I noticed:
To be clear, the actual selected item in code is correct, and it only happens after scrolling down at least once.
Below is an iOS screenshot.
The text was updated successfully, but these errors were encountered: