I am looking for some datagrid for my wpf application.
I already used devexpress. I am not so happy with the devexpress control.
So i wonna use now a free control. Do somebody know a free control.
Where you have a datagrid , that have on top a filter row.
Does somebody some a site with multiple free wpf controls?
It’s always best to use WPF standard controls, unless you are forced not to 🙂
There are several solutions to your problem, but in my opinion, the best solutions are the ones which uses only styles with the standard WPF
DataGridcontrol without inventing a new inheritedDataGirdtype or depending on another third-party control. The followings are the best solutions I found: