TIWCGJQGridDragAndDropOptions.DropByName Property
If set to true this means that only fields that have equal names will be added to the target grid. Note that we use addRowData to insert new row, which means that if some field with name “a” on source grid is hidden they can appear on the target grid. The default value of false mean that the grid data will be added to the target counted from the first column from source.
published property DropByName: Boolean index 06 read GetBooleanValue write SetBooleanValue stored IsBooleanStored;
Property Value
Type: Boolean