Enhance DataGrid UI and Fix Style Issues#1192
Conversation
|
can a maintainer review this already? it's been 3 months... |
|
We need this, can a maintainer unblock it? |
* fix: Add styles for DataGrid textbox columns * Update DataGrid styles * Remove deprecated color definitions and update styles * Update TextColumnElementStyle to use TextBlock instead of TextBox --------- Co-authored-by: pomian <13592821+pomianowski@users.noreply.github.com>
|
Is there a way to use the old style? I’d like to use this new release, but it has broken my UI |
You should be able to take the old XAML version, give that style a name, and specify that in your grid. |
|
I see, this release still have a lot of issues, and there are new: now the grid is all transparent... why? and still ignore |
I've made a PR over at #1350. The following now works: <ui:DataGrid
Height="400"
AlternatingRowBackground="#eeeeee"
ItemsSource="{Binding ViewModel.ProductsCollection, Mode=TwoWay}"
RowBackground="#dddddd" />
|

Pull request type
Please check the type of change your PR introduces:
What is the current behavior?
Issue Number: #410, #1160, #977, #256
What is the new behavior?
Other information