Hi eveyone,
I want to use wpf Extended data. I downloaded and add references extended.dll but how can I use. Can anyone help me ?
https://wpfextendeddatagrid.codeplex.com
I found and solver this problem.
I added this
xmlns:df="clr-namespace:ExtendedGrid.ExtendedGridControl;assembly=ExtendedGrid"
after I can used it.
<df:ExtendedDataGrid x:Name="grid"> </df:ExtendedDataGrid>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.