Align="Align.Right" does not appear to be working as expected. #51286
Answered
by
iancoetzer
iancoetzer
asked this question in
Q&A
-
Hi Why is the Align="Align.Right" attribute not right-aligning values in my grid column? |
Beta Was this translation helpful? Give feedback.
Answered by
iancoetzer
Oct 11, 2023
Replies: 1 comment
-
I found a temporary solution: Included this class (using blazor and default bootstrap 5): class="text-end"
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
iancoetzer
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I found a temporary solution:
Included this class (using blazor and default bootstrap 5): class="text-end"
<PropertyColumn class="text-end" Title="Formal Dwellings 2" Property="@(c => c.FormalDwellings)" Format="#,##0" Align="Align.Right" />