Browse by Tags
All Tags » Column Header (RSS)
Showing page 1 of 2 (14 total posts)
-
Hey everyone,
I am trying to use the DataGrid control for WPF and I have everything setup and working. However, I would like to be able to find out if the cell that I click is part of the column header or if it is just a DataCell. The reason I ask is because all Cells are assigned to a click event and I would like to handle that event ...
-
Is there any way to create multiple column headers in XCeed DataGrid for WPF v4.x ?
Header A
Header B
Hedaer1
Hedaer2
Hedaer1
Hedaer2
Regards
Rajesh Sajjanar
-
hello,
I have the following issue with grid filtering :
I can not make filtering on some columns, these colum are binded to complex field of my dataObject.
e.g :
MyDataobject :string nameMyDataObjectType typein the xaml :
<xcdg:Column FieldName=''Name''>
<xcdg:Column ...
-
Hello,
Could anyone please suggest how to fix column header row for detail configuration..??????
as one master row have mare than 20 racords at that time vertical scroll is there so when i scroll down at that time header row also scroll up accordingly..
And i want to fix header row for detail configuration(Childs data).
so please ...
-
If all the columns of the grid are unselected through column chooser, that is, all the columns will be hidden. In this scenario, column manager row also disappears. Now how will the columns be visible again? Column chooser doesn’t appear because there is no column manager row to right click upon. Please suggest some solution to this ...
-
Hi All,
I need to populate the column header/ title dynamically in Xceed DataGrid Control. Please help me out.
Here is the sample scenario.
ID Year Value
1 2008 20
2 2008 21
3 ...
-
Hello,
I am using Model View ViewModel pattern. I have a button inside a DataCell of Xceed DataGrid. I want to use DelegateCommand to handle the click event of the button.
Also, I dont want to write anything for the same in my Code Behind. I want everything to reside in my ViewModel.
How can this be achieved. I thought of RoutedEvents / ...
-
We had the same problem, here is a workaround:
create a global ResourceDictionary with an associated CodeBehind file
http://stackoverflow.com/questions/92100/is-it-possible-to-set-code-behind-a-resource-dictionary-in-wpf-for-event-handli
////////////////////////////////// XAML ...
-
Hi,
Is there a way to display a tooltip on column headers ? (not cells, headers)
I tried to do this, but it doesn't seem to work...
<xcdg:Column ...
-
Hey all.
In the application I am working on, we need a grid with a lot of columns filled with checkboxes. One column represents a state in an underlying model, and these states have unique names that is applied to the Column.Title property. The state names can be as long as 25 characters, and to save horizontal space, I would ...
1
|
|
|
|