Browse by Tags
All Tags » GroupByControl (RSS)
Showing page 1 of 2 (15 total posts)
-
Hi,
Is it possible to remove a GroupByItem from the Goup row? I have a master-detail for an object holding an observable collection of child objects. The child is represented by a GroupByItem, but I would prefer to have it set as not visible. Is this possible?
Alternatively, is it possible to remove ALL GroupByItem objects through use of ...
-
Hi bingqiao,
The control at the top of the table is called the GroupByControl and you can hide that part of the DataGrid by implementing the following method:
----------
public void DoHeaders(){ this.dataGridControl1.View.UseDefaultHeadersFooters = false; ...
-
I am trying to implement a dynamic way of displaying group information based on varying values. Here is my setup:
Grid:<xcdg:DataGridControl x:Name=''datagrid'' ItemScrollingBehavior=''Immediate'' HorizontalAlignment=''Stretch'' VerticalAlignment=''Stretch'' Grid.Row=''2'' Margin=''0,10,0,0'' FontSize=''11'' FontFamily=''Arial'' ...
-
HI All,
I have made custom control after deriving from the Original xceed grid control.
i am placing the herarchical group header dynamically. now my problem is when i print grid data in normalcase(non Grouped ) it is working Fine but when i try to group with some of the column and then print it is giving me some target invocation ...
-
When the grid is dispaly with FlowDireciton=RightToLeft and with grouping the keyboard operate as if FlowDirection is still LeftToRight - meaning to collapse a group you need to press the left arrow (instead of the right) and to expand a group you need to press the right arrow (instead of the left).
Ido.
-
We have a datagrid where we bind our columns to data. One of the columns is bound to a property of type DateTime. We use a converter to convert the value of that property from UTC-time to local-time. This works fine.
However when we drag a column into the GroupByControl the label of every group is not converted. Is there a way to solve ...
-
ok jenny was absolutely right, my above solution works, but it happens that some rows seem to dissapear ocasionaly,i think it's due loose of viewport or someth...anyway here's working example similar to what jenny was telling to do...it is done with filterRow, but the same way would work with groupByControl:
1.u need something where u will ...
-
Hi,
im searching a way howto programaticaly show and hide GroupByControl in my wpf grid. I've master/detail setup, so i need this also for all of my details.
i know that using following xaml code i will have GroupByControl visible
...
-
XceedDataGrid v3.2 claims that you can now set the background color of the HierarchicalGroupByControl. The below code works for dark colors, but not for light colors. It seems that the control has a dark blue background color that has it's opacity set so that it's color appears through the color that you set. If you use a dark color, you ...
-
As of Today using 2009-04-01's version, I am having exactly the same problem - when ever I drag the column away from the HierarhicalGroupByControl in the TableView, when my mouse is over the GroupByControl in the view, it crash with the same stack trace and exception.
I hope someone has found the solution.
1
|
|
|
|