My situation is that I have company records with each company having multiple locations, with each location having multiple items allocated to them.
I have 2 grids using the same bindingsource. One is for items that have already been assigned to a companies' location, and the other contains items that have been assigned to the company but not yet to a specific location.
The first grid has its ActiveFilterString set to "LocationID ='[a valid guid]'" and the second grid's ActiveFilterString is "LocationID IS NULL and CompanyID='[a valid guid]'".
I have downloaded the E694 example (DragDropTwoGrids) but I am wanting to use the new drag-drop behaviours of the BehaviourManager slightly differently and would appreciate your advice on how to change the dragged row's LocationID to either NULL (if dragging to the unallocated grid) or to a predetermined LocationID value (if dragging to the allocated grid) (which comes from a focused TreeList node) - without having to revert to the old way of dragging and dropping.
Also, can this be done without the grids' InitNewRow() events firing?
Many thanks,
Richard