Page 1 of 1

Dropping anywhere in a subfile grid

Posted: Mon Feb 24, 2014 11:26 am
by emest
I have two subfile grids with drag/drop enabled. Both are setup to display 7 rows of records. As an example, if I drag a row from subfile "A" to subfile "B", and subfile "B" currently only has one row, I have to drop the row from subfile "A" either directly above or below the existing row in subfile "B". If I instead try to drop the row to any other unpopulated row in subfile "B", the drop won't work. Is there a way to allow dropping a row to any area of a subfile grid, not just the next available empty row in the list?

Re: Dropping anywhere in a subfile grid

Posted: Wed Feb 01, 2017 1:51 pm
by mwalter
What I did was to condition the fields on the grid using the Disabled and Visible properties. Write my rows, then write enough "blank" rows to the subfile to fill the page I'm on. That way, I can drop anywhere.

Re: Dropping anywhere in a subfile grid

Posted: Mon Feb 06, 2017 12:27 pm
by dcutter
Thank you for the latest post on this subject!! I've been trying to figure out a way to do exactly what you described. So easy, but I never thought of doing it that way.