Hi All,
I have a requirement where on click of Duplicate row in row actions of interactive grid, I have to set values to the duplicate row.
For Example:
Row-1 having columns A, B, C
value- 1, 'test', 'original'
if I duplicate the row
then it should be : A, B, C
value- 2, 'test' 'Duplicate'.
There are some column values which has to be defaulted on duplicate row.(Like Duplicate for column C in above example)
Can any one help on customizing Duplicate row action.
Regards,
SwaZ