Hello Syncfusion team,
I am currently facing a problem with the syncfusion grid edit modes. I am trying to offer the user different edit modes at the same time with different toolbar items.
So - without the user having to change settings all the time - I want to have an "Edit" and a "Dialog Edit" toolbar item and based on which item has been chosen, I want to change the edit mode and start the edit then.
But this does not seem to work.
Have a look at the following stackblitz:
https://stackblitz.com/edit/syncfusion-angular-editable-grid-bhxxgn?file=app.component.html
When I click on the DialogEdit the first time, it does not seem to trigger the mode change fast enough leading to the error Cannot read properties of null (reading 'querySelector') and stopping the edit mode.
Why is that the case? And is it possible to implement this quick mode change somehow?
Thanks in regard
Jonas!