Skip to content

Replace the DataGrid #340

Discussion options

You must be logged in to vote

Is the TreeDataGrid control intended to replace the DataGrid?

DataGrid is de-facto not supported control. It can get some fixed from the community, but we don't intend supporting it.

Can we define the columns in xaml like the Datagrid or we need to define the FlatTreeDataGridSource in the view model?

At the moment, only TreeDataGridSource in the code-behind or viewmodel.

I'm migrating a WPF

You can continue using DataGrid for a white, ensuring easier/faster migration from WPF. And migrate to TreeDataGrid at some point later.

So do i need to override the OnLoaded or similar to create the source for the TreeDataGrid on the code behind?

You can keep observable source in your view mod…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@fredericoregateiro
Comment options

Answer selected by fredericoregateiro
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants