TIWCGJQGridDragAndDropOptions.AutoId Property
This option determines how the new row id should be generated. If this option is true we generate a id wich begin with string setted with the option autoidprefix (see below) and a random number. If this option is false the id can be either the the next record count or value determined by key property in colModel. If the parameter is defined as function this function should return value which will act as id to the target grid. Parameters passed in this case is the data array which will be inserted into the target grid row
published property AutoId: Boolean index 08 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: Boolean