Welcome to the Xceed Community | Help
Community Search  
More Search Options

Browse by Tags

All Tags » GroupByControl   (RSS)
Showing page 1 of 2 (15 total posts)
  • Removing GroupByItems

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Russell on February 10, 2012
  • Re: How to remove the default Group table header and the message

    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;       ...
    Posted to Xceed DataGrid for WPF (Forum) by Marc [Xceed] on July 12, 2011
  • How to use the GroupValueTemplate and GroupValueTemplateSelector?

    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'' ...
    Posted to Xceed DataGrid for WPF (Forum) by Michael on February 9, 2011
  • Exception in Grouped Printing

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Pratik on October 14, 2009
  • Group Collapse with keyboard RightToLeft bug

    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. 
    Posted to Xceed DataGrid for WPF (Forum) by Ido on September 8, 2009
  • GroupByControl binding converter

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Jelle on September 2, 2009
  • Re: GroupByControl show/hide

    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 ...
    Posted to Xceed DataGrid for WPF (Forum) by p1n on July 16, 2009
  • GroupByControl show/hide

    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                     ...
    Posted to Xceed DataGrid for WPF (Forum) by p1n on June 25, 2009
  • HierarchicalGroupByControl background color - can't set to light color

      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 ...
    Posted to Xceed DataGrid for WPF (Forum) by Mike on June 24, 2009
  • Re: Error when dragging column over header with an underscore

    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.
    Posted to Xceed DataGrid for WPF (Forum) by Sam on April 20, 2009
1 2 Next >
Contact | Site Map | Reviews | Legal Terms of Use | Trademarks | Privacy Statement Copyright 2011 Xceed Software Inc.