I have a grid which has grouping. I need to be able to drag and drop (reorder) within a group and between groups. While stepping through the code I can see that the Destination ItemIndex is update, but not the the Destination GroupIndex. I need to know where within the group I am dropping the record so that it can be updated correctly in the database. Is there anyway to do this without using the ItemIndex and looping through the recordset to find the index within a group?
Thanks,
Malcolm
Thanks,
Malcolm