Browse by Tags
All Tags » Group (RSS)
Showing page 1 of 2 (11 total posts)
-
Hello, my problem is....
if the user make some grouping and after that use the CONTROL key for select various grouping, only the first grouping automaticalyselect all the children inside the first group but for example if user select another collapse or non collapse group row children are not selected.
I need to get the child rows when ...
-
There is probably a very simple flag for this... I have a dataset that comes presorted, it has a column called IsFavorite. Imagine
true result1true result2false result3true result4false result5
When I group by IsFavorite and take the empty sort OR apply the ascending sort, I see (correctly)
IsFavorite: ...
-
Hi,
I am having a similar issue to the following post http://xceed.com/CS/forums/post/16226.aspx
My Datagrid is bound to an ObservableCollection, if I apply a grouping to a column, when the grouped property changes on the items in the grid, the value in the cell are updates as expected (due to the property changed notification), however the ...
-
Hey,
I want your help in the case of grouping by a column, all groups by default are expanded! How to chnage that in order to group and the all the groups are automatically appear collapsed?
Thanks in advance,
Ilias
-
Hi, I’m working on functionality that allows a user to check or uncheck a group ina data grid using a checkbox in the group header. I’ve got that basicfunctionality—I added a checkbox to the group header via its content templateand recursively check the ...
-
I have a Master/Detail scenario wherein the Details are grouped. For an example, say we are dealing with Books (Master) and Pages (Detail), where pages are grouped by Subject:
- Book 1 | Author: Someone | Bleah
- Subject: Economics | #Pages: 123
Page 234 | Detail | Other | ...
-
Hi,
I have a table with columns G1 | Col1 | Col2 | Col3
When I group it on G1.. by default the text displayed is ''+ G1: Value (2 items)''
I need to display the group row as + G1 | Col1 | Col2 | Col3
How do I get this done?
A simple UI ...
-
Hi,
I've written a custom GroupHeaderControl Style, how do I make the groups intend according to the Group Level?
The Xaml:
<Style TargetType=''{x:Type xcdg:GroupHeaderControl}''>
<Setter Property=''Template''>
<Setter.Value>
<ControlTemplate TargetType=''{x:Type xcdg:GroupHeaderControl}''>
<Border ...
-
I have a master detail grid and I have to export to excel. The master detail grid is all collapsed and users see the details when expanding the required item. Everything works fine except that when I export to excel all data that have bee EXPANDED since last refresh will bee expanded in Excel.
Enay one have a solution to this ...
-
Hello there,
I have searched the forums but haven't been able to find anything talking about how to programmatically group a grid and disallow the user to dynamically group the data presented. I found an answer to a similar question but it wasn't exactly what I was looking for and was also in C. I am using VB so if you can help out please use ...
1
|
|
|
|