I am using the professional version of the dhtmlxGrid. In my product a user can drag and drop a row from one grid to another. I have some post processing to change the column information using gridToGrid. This is working great.
My question is, how can I then add the dragged row to the last position in the receiving grid instead of the position it was dragged to?
Thanks!