Avalonia.Controls.TreeDataGrid icon indicating copy to clipboard operation
Avalonia.Controls.TreeDataGrid copied to clipboard

[Feature] Allow remove `Columns` from `Source`

Open Tulesha opened this issue 9 months ago • 1 comments

Hello, I have a TreeDataGrid in my project and I would like to remove Columns from it.

As I understand this feature is not available yet. For example, trying to remove Column from HierarchicalTreeDataGridSource throws exception.

Will this feature be implemented in the near future?

Tulesha avatar Apr 27 '24 13:04 Tulesha

Does #148 work for your use-case? I don't know when it will be merged and deployed, though.

giard-alexandre avatar Apr 28 '24 14:04 giard-alexandre

fixed by

https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/pull/310

https://github.com/AvaloniaUI/Avalonia.Controls.TreeDataGrid/pull/311

danwalmsley avatar Oct 18 '24 22:10 danwalmsley