I have a table that I’m dragging a record from to another table. I select my record in the source table and drop it on the destination table. I’m able to carry over the data of the selected record from the source table, but how do I set the focus on the destination to a specific record on that table?
My goal is not just to drop a record on the table, but to drop a record from the source to a specific record on the destination and have that record on the destination table gain focus and become the selected record once it has something dropped on it. There by dragging and dropping and being able to “select” two records from two tables at once through the drag and drop process.
Is this possible? And what am I overlooking to achieve this?