I would like to use the AutoFill feature to only copy values. Therefore, I would like it to be the default behavior and remove the popup asking if the values should be incremented or copied. Is this possible?
This question has an accepted answers - jump to answer
delete DataTable.AutoFill.actions.increment;
before your initialisation of the DataTable will do it.
Allan
Answers
before your initialisation of the DataTable will do it.
Allan