CellEditEnded not working properly

Posted by: technical.store.technical on 8 July 2021, 5:58 am EST

  • Posted 8 July 2021, 5:58 am EST

    Hi team,

    In below snippet I’ve added this event - cellEditEnded event (line - 231). After typing in full name cell, if I directly click on the dropdown then that event doesn’t fire.

    https://stackblitz.com/edit/angular-us2yuk?file=src/app/app.component.ts

    Please provide solution.

    Thank you.

  • Posted 9 July 2021, 12:34 am EST

    Hi team,

    Please provide solution.

    Thank you.

  • Posted 9 July 2021, 9:11 am EST

    Hi,

    I have escalated the issue to the Dev teams for further investigation with internal tracking id WJM-20446. I’ll let you know as soon as I’ll get any information regarding the issue.

    In the meantime, if you want to get out of the cell edit mode on click outside the cell, you may use the finishEditing method of FlexGrid to commit the edit on focusout event on the activeEditor inside formatItem. Please refer to the sample link below:

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

    Regards,

    Ashwin

  • Posted 12 July 2021, 6:51 am EST

    Hi Ashwin,

    We tried above solution using finishEditing method of FlexGrid , but after typing value in a full name column, if we click section’s dropdown, it doesn’t open on first click.

    Please provide solution.

    Thank you.

  • Posted 13 July 2021, 11:21 pm EST

    Hi,

    I am afraid this the only workaround we have available currently. We have already escalated this issue to our dev team. We will update you as soon as we will hear from them.

    ~regards

  • Posted 14 July 2021, 7:40 am EST

    Hi Ashwin,

    Till that do we have a workaround Like jquery: $(‘selector’).val() or$(‘selector’).text() in Wijmo so that even though the end event does not work but still will try to fetch the text box value of particular edited cell

    Thanks

  • Posted 15 July 2021, 1:40 am EST

    Hi Ashwin,

    Is there any update ?

    Regards

  • Posted 15 July 2021, 6:48 am EST

    Hi,

    Sorry, but it won’t be possible to fetch the text values of the edited cell as the cell will remain in the edit mode and the values bound to the cell would not get updated until the cell gets out of the edit mode. I would recommend you to use finish editing of the cell first and then edit another cell by clicking twice on the button, as for the time being it is the best possible solution.

    ~regards

Need extra support?

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

Learn More

Forum Channels