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
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
before your initialisation of the DataTable will do it.
Allan