Blazorize Material DataGrid: Vertical grid lines are not visible. And also tell me how to left align DataGrid Caption/Column Header #2764
shakeeluetian
started this conversation in
General
Replies: 1 comment 8 replies
-
That is the expected behavior for tables in both Material and Bootstrap. When |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
a) How to show
DataGrid
vertical Bordered/Grid lines although I have madeBordered="true"
<DataGrid TItem="CompanyModel" Class="my-data-grid" Data="@companies" ShowPager="true" Editable="true" EditMode="DataGridEditMode.Popup" Striped="true" FixedHeader="false" CustomFilter="@OnCustomFilter" Style="font-size: 0.85rem;padding:0px;" Bordered="true" Responsive="true" Narrow="true" PageSize="10">
b) How to align DataGrid Column Heading/Caption
i have used
HeaderTextAlignment="TextAlignment.Left"
in<DataGridColumn>
but not alignedBeta Was this translation helpful? Give feedback.
All reactions