I'm developing a project, and the ask is to show a popup/dialog-box when row is in edit mode and the user clicks on a specific input field in a row then a popup will be displayed.
Content of the opened window will be the same as column's data that is a Textarea.
I tried to implement through events associated to kendo-textarea, unfortunately they're not getting invoked.