Can we make DataGridColumn.CurrentDirection property public? #1707
andregeuze
started this conversation in
Ideas
Replies: 1 comment 2 replies
-
It's not that easy. If it's only the In fact, now that I think it more, the actual parameter that you need would be a |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello!
I'm creating an external view of the Grid's sorted columns. The current implementation of the DataGridColumn however does not allow me to extract this information.
Therefore I would like to propose a small change; Is there a possibility to change the internal property CurrentDirection to public?
https://github.com/stsrki/Blazorise/blob/dd2f7a4cae0c51f913b979e4f7791320c2ab184e/Source/Extensions/Blazorise.DataGrid/DataGridColumn.cs#L138-L142
Proposed change:
If you agree, please let me know. I can always implement it myself if you don't have the time 😎👍
Beta Was this translation helpful? Give feedback.
All reactions