Posted 22 January 2019, 11:59 am EST
Hi Team,
I’m facing a issue while pasting data into a column of flex-sheet.
Some of the rows of the flex sheet are read-only rows. Thus, while pasting data into one of the column, i want to skip those cells of that column which are read-only.
I’m trying to use “pastingCell” event handler in which i wish to skip those cells which pass the isReadOnly check. Can you please help what check can be used.
i have tried (e.panel.rows[e.row].isReadOnly || e.panel.columns[e.col].isReadOnly) however if doesn’t work
Thanks,
Chinmay
