Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
75
GroupBy - Selecting Records from Multiple Groups
posted

I am displaying certain Records in Infragistics Grid. I have also added GroupBy option. GroupBy can be done with respect to any column.

But i couldnt select records from multiple groups (i.e) after doing GroupBy based on a column, i get 3 groups for that.

Group1 has two records, Group2 has three records and Group3 has five records.I could select record from only one group.I couldnt select records from all the three groups. Its allowing me to select only from one group.When I select a record from second group, first group records get De-selected. Is there any option that has to be set to enable the selection of records from multiple groups.

I have provided a checkBox for selecting each record in a group.

Please suggest me on the same.

Parents
No Data
Reply
  • 5
    posted

    I also have the same problem. When items are grouped selection works only inside group where selection has started.

    When record selector is used with left mouse button pressed down all items in containing group are selected. If cursor is moved to another group item cursor is over marked as selected too, but when cursor left it item will be unselected.  When mouse button is released item under cursor remains selected.

    Ctrl selection  works fine.

    Selection without grouping works fine.

    Looks like bug in Infragistics.Windows.Selection.SelectionController  linked with GroupBy Record container structure.

     

Children
No Data