Posted 22 March 2023, 5:24 am EST
Hi,
I have a requirement to add new rows by button and context menu insert rows.
At add new row button, I’m using addRows() method.
But when using addRows() method it can’t be undo. I know that I don’t use it in Commands, so I can’t do undo.
Currently, i don’t want to create another custom command. Is there a way to execute the context menu command instead of registering a new command?
