Hi,
When dragging a row from the Grid, it always basically pulls the field data out from where it currently sits in the column.
For example, if I have a grid that displays the following rows/ceels:
“Test” “Test2” “Test3”
if I drag the row, it pulls the Text from the cell.
Is there anyway to get it to immediately have the text under the cursor?
The main reason that its an issue is because I have changed the dragging content to be an Image.
If you start drag quite a few pixels away from the text in the column then the image is very far away from the cursor. Really it should be under the cursor.
Thanks