Row Resize Problem

Posted by: rkane on 28 March 2018, 5:39 am EST

    • Post Options:
    • Link

    Posted 28 March 2018, 5:39 am EST

    When a C1FlexGrid WPF grid is is in ListBox selection mode and you resize a non-selected row with the mouse, the selected rows also resize. This does not happen if the selection mode is Row.

    I used the FilterRow.4 demo project and made the following change.

    <c1:C1FlexGrid Name=“_flex” KeyActionTab=“MoveAcross” Grid.Row=“1” AllowResizing=“Both” SelectionMode=“ListBox” />. Then I selected rows 1 to 3 and resized row 5 with the mouse. The size changed on 1 to 3 and 5.

    A second question: How do you get a list of all selected rows when in ListBox mode and have selected non continuous rows?

  • Posted 28 March 2018, 9:54 am EST

    Version 4.0.20171.549

  • Posted 28 March 2018, 5:29 pm EST

    Hello,

    Thank you for reporting it, it appears to be a Bug in control.

    Hence, it has been forwarded to the concerned team for fix {ID: 315795}. We will update you once it is fixed.

    Thanks,

    Ruchir Agarwal

  • Posted 28 March 2018, 7:36 pm EST

    Once again Hi,

    For getting the collection of selected rows, you may use C1FlexGrid’s Rows.Selected property, which returns the list of rows that are currently selected.

    I have also attached a sample application fetching the data for all the selected rows.

    Regards,

    Ruchir Agarwal GetSelectedRows_C1FlexGrid.zip

  • Posted 30 April 2018, 8:56 pm EST

    Hello,

    Could you please verify the fix to the issue: With SelectionMode = ListBox, resizing a non-selected row resizes selected rows too, using the latest build version. You may download the same from: http://prerelease.componentone.com/dotnet40/c1wpflibrary/2018-t1/C1WPFBasicLibrary.4_4.0.20181.588.zip

    Thanks,

    Ruchir Agarwal

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels