Open GoogleCodeExporter opened 9 years ago
I found a fix.
I updated to .net 4.0 and changed ItemsControlExtensions.GetItemContainerType
by adding
if (itemsControl is DataGrid)
{
return typeof (DataGridRow);
}
to the start of the method.
Original comment by JezzaTi...@gmail.com
on 25 Jul 2011 at 2:02
Original issue reported on code.google.com by
JezzaTi...@gmail.com
on 30 Mar 2011 at 10:46Attachments: