GuOrg/Gu.Wpf.DataGrid2D

Binding RowheaderSourceProperty invalid cast exception

Carlosjgr opened this issue · 5 comments

Currently, for a project I'm using three lists to populate a datagrid through bindings. They are column headers, row header and row source (Latter being a list of lists).
The debugger caught an exception when trying to assign null to data context (DataContext=null;) in .dll of this package (Gu.Wpf....).

Trying to narrow the origin of the problem I could trace it to the following line: "BindingOperations.ClearBinding(Table, Gu.Wpf.DataGrid2D.ItemsSource.RowHeadersSourceProperty);"

The error is the following: InvalidCastException was unhandled. unable to cast Gu.Wpf.DataGrid2D.ListRowView to type System.Windows.Controls.DataGridRow.

The problem doesnot arise when I first clear rowsource binding.

Am I mising something on the use of this package?

Sounds like a bug, thanks for reporting! I'll try to repro and fix it.

Released an update: https://www.nuget.org/packages/Gu.Wpf.DataGrid2D/0.2.1.5
Nuget needs ~15 minutes to index it.

Did the updated version resolve your issue?

Don't be sorry, just keep the issues coming if you find bugs.