Questions tagged [datagridcolumnheader]

Represents a header of DataGridColumn

Learn more about DataGridColumnHeader on MSDN.

58 questions
0
votes
2 answers

How do I override the DataGridColumnHeader specified in my ResourceDictionary?

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…
sailorstar165
  • 151
  • 1
  • 11
0
votes
1 answer

Custom DataGrid Control WPF

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…
Ales
  • 329
  • 4
  • 14
0
votes
1 answer

How to stretch WPF DataGridColumn's header when create?

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…
alex555
  • 1,676
  • 4
  • 27
  • 45
0
votes
2 answers

Extjs- Grid column headers refresh for every search

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…
user3546785
  • 157
  • 1
  • 7
  • 16
0
votes
1 answer

DataGridColumnHeader Style