Infragistics Home

Infragistics Forums

Infragistics community online discussions.
Welcome to Infragistics Forums Sign in | FAQ
in Search

Browse by Tags

All Tags » grouping (RSS)
  • NullReference exception on Grouping Ungrouping of Unbound fields in XamDataGrid

    Hi, I am getting a NullReferenceException when I Ungroup after grouping based on a column in XamDataGrid. The StackTrace is as below. I get this exception when I try to double click on a row after grouping and then ungrouping based on a column. This happens only the first time though, when I double click...
    Posted to Forum by grajpal on 11-05-2008
  • Resizing Grouped by window in UltraWebGrid

    Hi, I've recently begun working with the UltraWebGrid and I'm very happy with the possibilities it offers. However, I do have some questions about the ViewType="OutlookGroupBy" property. If you group on more then 2 columns, the window where the 'grouped by' columns are displayed...
    Posted to Forum by DVervecken on 10-27-2008
  • Just one Grid Column Header

    Hello, i'm new in WPF and XamDataGrid. Grouping in the XamDataGrid is very easy, BUT how can i show just one header at the top? Default is for every group - one header - looks not that nice :) Thanks for your help. Frank
    Posted to Forum by blindmeis on 10-24-2008
  • Group Header Resizing problem

    Hi While trying to resize the group header , I am getting the "Object reference error ". unable to get the cause for this .Is there any event that fires ,when we try to resize the group column header. Thanks in advance ..
    Posted to Forum by CvssChaitu on 08-05-2008
  • Re: Identifying a Grouped column

    I am already using the AfterSortChange as below, however the bank key is always TestType no matter what column the user is grouping by. Not only do I need to make sure the Transaction column is the one being grouped/ungrouped, I need to fire the Summary only when the band is actually grouped by that...
    Posted to Forum by seal6039 on 08-01-2008
  • Re: WinGrid Grouping multiple columns in code

    Hi , The only way I can determine to do this is to create another column for each grouping that concatenates the Name+Age or School+Grade and then group by that. hope this is the best approach you can go ahead... The real problem though is, I want to be able to do this based on a radio button selection...
    Posted to Forum by Arun Rajaraman on 07-31-2008
  • How to retrive grouped columns collection?

    Hi, is there any way to retrive a groupe columns collection visible using the "outlook style"? thanks Marco
    Posted to Forum by mpadovan on 07-30-2008
  • Identifying a Grouped column

    How do I tell if a Group By column has been grouped? I have a situation where I've added a summary row that needs to appear only when the column has been grouped but disappear when the column is not.
    Posted to Forum by seal6039 on 07-25-2008
  • Re: Paging and Group By simultaneously

    Hello, I am looking for the GroupByRows property for the WebGrid control and I do not see it anywhere. I looked in .DisplayLayout but i only see the objects GroupByColumnsHidden, GroupbyRowDescriptionMask and GroupByRowStyle. I am having the same problem as the original post. Basically I would like to...
    Posted to Forum by telemor on 07-17-2008
  • Group by Format/Style

    Hi While Grouping in XamGrid I need to change the Header format displayed in the Group Header.I tried the fowllowing code to do that private void XamDataGridDetails_InitializeRecord(object sender, InitializeRecordEventArgs e){ if (e.Record != null) { GroupByRecord gbr = e.Record as GroupByRecord; if...
    Posted to Forum by rehmanmansoor on 07-14-2008
Page 1 of 3 (23 items) 1 2 3 Next >
Powered by Community Server (Commercial Edition), by Telligent Systems