Browse By Tags

  • XamGrid NullReferenceException when filtering

    Hello,

    I'm having an issue when applying a filter to the XamGrid. I'm attaching a simplified sample to illustrate the problem.

    In this project there are two XamGrids:

    gridMain: to select items(top one)
    gridSelected: to show the selected items…

  • Grouping not working after rebind

    I am using xamGrid in wpf project in which I need to group data based on one column. I have grid definition like this

    <ig:XamGrid HorizontalAlignment="Stretch" Margin="5" Name="gvFields" VerticalAlignment="Stretch"…

  • XamGrid crashes when saving changes of editable grid if data has been grouped and cleared

    I have an app that has an editable grid (always on edit mode). The grid is on a Silverlight dialog and when I save the changes, the dialog also closes. This works perfectly for the most parts. If I group the grid by a date column and then clear the grouping…

  • Grouping with common column header

    Hi Infragistics Team,

    I am looking for a feature of grid control having grouping with common column header.

    Infragistics XamGrid has column headers at each group item level whenever one of the column is grouped. I don't want to repeat that column headers…

  • XamGrid - Expanded Groups By Default

    I've a XamGrid, and the rows are grouped by one column.

    Issue is, the rows though get grouped as expected, but they all are "collapsed" by default. I want them in "expanded" state by default.

    Even when I "group" the rows thru…

  • Can i have MergeCells and GroupByRow Grouping operation on different levels

    Hi,

    Am using the Xamgrid for Silverlight 12.01 version and would like to implement this kind of a Grouping.

    The first level of grouping on say Column - Level 1 would show the rows as MergedCells, and inside that section I would like to have another…

  • Xamgrid filter menu item list when Group by rows

    Hi,

    I have a xamgrid that display data grouped by a column, am using the FilterMenuSelectionListGeneration="CompleteList" option, but still when i click on the Filter menu on the first group, only the items in that group are listed, items from the second…

  • Select group level checkboxes

    Hi

         I have a multi level grouping (let's say two groups) and one of the column is Checkbox column.

    My functionality is when I select the checkBox in Header column I should be able to loop through all the group row level checkboxes and select all the…

  • Column Chooser

    Hi,

    Is it possible to set which columns are selected to be hidden/visible on load of the application? I currently have a table which has a number of groupColumns and would like to hide some of them when the user first goes to that screen.

    Thanks,

  • Group by on grid loading

    Hello,

    How can i grouping datagrid by any column on the loading page (a default group by) ?

    I prefer to parameter that on xaml code but if you have a solution in code behind it's ok for me too.

    Thanks,

    Regards.

    Cyril Avonde.

  • Exception in Grid while Grouping

    I am using the grid and I have a number of unbound columns...

    This only happens while the grid has grouping enabled, when I change a value of a cell it throws this error....

    I can give more information if needed, I am going to try to throw together a…

  • How to preserve groupby settings for further usage ?

    I am using xamwebgrid where I want to preserve the GrouBy settings applied by the user.

    After certain actions on the page I want to set it back to the previous state without any user interaction.

    Can someone help ?

  • TabControl and GroupBy

    Hello,

    I'm using XamGrid inside a TabControl with 3 Tab's.

    In the first Tab is allowed to make the GroupBy from the grid while in the other's Tab GroupBy is hide.

    What is happening is that in the last Tab the GroupBy is to overlap the header of…

  • Grouping by Two Columns

    Hi,

    I have a XamWebGrid (see http://forums.infragistics.com/forums/p/35217/206307.aspx) and when I group that grid by two columns and remove the groupings the whole application crashes when I remove the last grouping. The error message I get is:

    Message…

  • Grouping With Dictionary

    This relates to the previous question I made which can be found here: http://community.infragistics.com/forums/t/32434.aspx

    I got it working but now I need also grouping. Previously I used PagedCollectionView object for grouping with SL3 built-in datagrid…

  • GroupBy converter... would like to group only by date part of datetime

    I have a XamGrid with a TextColumn which is displaying a datetime field from my database (exposed through ADO.NET and RIA Services). When I drag that column header up to the Group By area, I'd like it to just group by the date part of the datetime. Currently…

  • GroupBy crashing (likely linked to topic 48287)

    This may be fixed as per the SR from post http://community.infragistics.com/forums/t/48287.aspx, but I've found another way to get a similar crash.

    Here's my problem: When I group by a header, then add on another header to group by, then delete the…

  • xamGrid Group By question

     

    Say I have a xamGrid with 5 columns and group by turned on for the grid...

    Once I group by a column, is there any way to hide that column from the grouped data once the screen is refreshed and the grouping is completed?

    I would also like the column…

  • XamGrid Grouping & VirtualCollection

     

    Hello.

    I want to use server-side paging.

     

     I have a XamGrid bounded on VirtualCollection<>.

     

    I used ItemDataRequested event. When it fires, I get data from RIA service async.

    As a parameters sent to service i use

    (int startIndex, int itemsCount…

  • Show detail rows above the parent row

    I have a request from a project manager where they would like to have detail rows show up above the parent row. Essentially what they want is exactly like the Hierarchical Financial Data demo except that you would see the detail rows above the total.…

  • Using Custom Grouping in the Silverlight XamGrid

    You’ve talked to your users about showing those inventory levels records in the NetAdvantage for Silverlight XamGrid. They’ve mentioned  they would like to see inventory stock levels categorized in groups corresponding to how soon they have…