Hi Team,
we have given user a way to drag the cell value so that the cell value gets copied to other cells.
if there are 4 rows, user tries to drag 1st column cell value of 1st row (row=0, col=0) to 1st column cell value of 4th row (row=3, col=1) and a new row is created at row=4. How can I prevent this ?
thanks