Flexsheet: When Filter is on, insert row not working properly

Posted by: sasmita.swain2014 on 26 December 2017, 10:51 am EST

    • Post Options:
    • Link

    Posted 26 December 2017, 10:51 am EST

    Hi,

    We are using Flexsheet with Angular 2. We have a functionality where we can select let 2nd row and copy that row data to next newly created 3rd row.

    But when filter is on for a column, this copy row feature not working fine. it creates another copied record in item source but doesn’t show in flexsheet grid and if i make filter off it shows in the grid.

    Can anybody look into his issue?

    Thanks,

    Sasmita

  • Posted 27 December 2017, 5:49 am EST

    This issue is fixed. I had to refresh the grid to show the newly added row to item source.

    Added this lines:

    flexarray[j].invalidate();

    wjcCore.Control.invalidateAll();

    flexarray[j].collectionView.refresh();

    Regards,

    Sasmita

  • Posted 27 December 2017, 5:51 am EST

    Hi Sasmita,

    We are sorry, we are unable to replicate the issue at our end with the following steps using attached sample:

    Run the sample after downloading node_modules

    Copy First row (Name: Adam)

    Apply filter to exclude Adam to show in FlexSheet

    Paste Filter to new row template at bottom

    Data gets pasted and do not get hide

    Please find the attached sample and let us know if we are missing any steps.

    ~Manish

    FlexSheet_FilterCopy.zip

  • Posted 27 December 2017, 11:30 pm EST

    1.Sort a column(either by descending/ascending)

    2.Copy any middle row by an external button, which will get the data of the selected row and insert into the next newly created row.(copy not by ctrl+c & ctrl+v)

    Then Flexsheet is behaving weirdly. Can you create a demo with the above features.

    Regards,

    Sasmita

  • Posted 29 December 2017, 5:03 am EST

    Hi Sasmita,

    We are sorry, we are unable to replicate the issue at our end. Please find the attached sample.

    If the issue persists, please modify the attached sample depicting your issue.

    ~Manish

    FlexSheet_copySelectedRow_itemto_Next.zip

Need extra support?

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

Learn More

Forum Channels