So I'm trying to override the default in a template defined in a ResourceDictionary. The default alignment is left, but I want the lefthand column header to be aligned to the right and the right column header to be aligned to the left. The rest of…
I'm trying to create a custom datagrid control for my application. But I've encountered a problem for which I have no idea what is the problem. For some reason the changes I try to apply to the column header just wont apply to my control.
If I try…
I generate my columns dynamicaly and would like to stretch their headers, like here
In generall the columns can have different names so it is not possible to set a fixed MinWidth. Is it possible through changing the DataGrid.ColumnHeaderStyle to…
I am trying to sort my results grid based on a default column header every time the results gets displayed. I tried giving a sorter to the store and it worked fine when the page loads first time. Its working as I want it to be. But the problem…