Questions tagged [datagridcolumnheader]

Represents a header of DataGridColumn

Learn more about DataGridColumnHeader on MSDN.

58 questions
0
votes
0 answers

DataGridView hiding Column Headers when parent is Docked

I have a Panel that includes a DataGridView. I need the Panel and (in turn) the DataGridView to fill the top 1/2 of the Form. The issue comes when, trying to do so, the DGV hides the column headers. Panel: { public DgvAccounts dgvAccounts; …
0
votes
0 answers

Inherits DatagridColumnHeader and use it

I made a class inheriting from datagridcolumnheader. I styled it (using for now the default style of the original datagridcolumnheader) But I dont know how to force my columns to use this customDatagridcolumnHeader. I tried this…
Epervier 666
  • 97
  • 1
  • 8
0
votes
1 answer

Datagrid ColumnHeader Style renders weird double border

I'm made a style for DataGridColumnHeader. Most of it is working, but I get second Border through my header text and I don't know how to solve this. See the image below for the result I get: I only want the one border that's below the text. This is…
K.Luth
  • 135
  • 13
0
votes
1 answer

WPF Styling DataGrid header

Good day, collegues. My previous developer was modified default DataGridColumnHeadersPresenter. In result this modified style is now allaying to all DataGrid in solution. Now I have got task from team leader to implement filter in DataGrid header.…
SBarkovskis
  • 124
  • 2
  • 11
0
votes
1 answer

How to access the textbox inside a datagrid column header in wpf?

I am a newbie to WPF .As I have added a textbox column to my datagrid column header for search functionality. I am unable to access the textbox name which is inside my datagrid in my project . My XAML:
0
votes
1 answer

Fixing DataGrid Header Sort on user-defined header using a StackPanel

I have a DataGrid, filled from an ObservableCollection.