-
Notifications
You must be signed in to change notification settings - Fork 134
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Provide a way to query the currently selected row #217
Comments
gustavnavar
added a commit
that referenced
this issue
Oct 20, 2020
Package version 1.9.2 implements public getters for
|
Thank you. Just what I needed! |
rgentry09
pushed a commit
to rgentry09/ERP-ASP.NET
that referenced
this issue
Jul 10, 2023
dev0926
added a commit
to dev0926/gridNET
that referenced
this issue
Feb 21, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Therefore are times in my app where I want to restore the previously selected row using GridComponent.SelectRow . However, there doesn't seem to be a way to query which row is currently selected.
I've added a public method like this to GridBlazor/Pages/GridComponent.razor.cs
Please can you add an accessor like this unless there's a better way of achieving a similar result?
The text was updated successfully, but these errors were encountered: