Wijmo grid Add row from add button catch event after row added

Posted by: pmithilesh on 13 May 2020, 11:22 pm EST

    • Post Options:
    • Link

    Posted 13 May 2020, 11:22 pm EST

    Hi ,

    I have Wijmo grid on screen and i am adding row with Add row Button using this.Wj.newItemCreator Every thing working fine.

    Requirement is once i add a row and need to do run some logic after row has been add

    Is there any event where i can check that

    Thanks

  • Posted 14 May 2020, 12:46 am EST

    Hi,

    There is a collectionChanged event in the CollectionView class. It fires whenever there is a change in the sourceCollection like adding a new item, editing an item, etc. If you are adding a new item using the addNew method, then you may handle this event and check whether the current action is add. Refer to the sample link below:

    https://stackblitz.com/edit/angular-vnuoso

    Regards,

    Ashwin

  • Posted 14 May 2020, 1:01 pm EST

    Thanks Ashwin

    The solution is working

    Appreciate quick reply

Need extra support?

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

Learn More

Forum Channels