Select row after datagrid reload #3905
-
I have a Datagrid components that reads data from a database. |
Beta Was this translation helpful? Give feedback.
Answered by
David-Moreira
Jun 21, 2022
Replies: 1 comment 1 reply
-
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
martinb69
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Make sure to keep track of the SelectedRow.
Make use of the
Select
API after the data has been reloaded.(We do need to make the public exposed methods avaialble on our docs)
Let us know if this works & helps you.