Posted 14 September 2017, 11:37 am EST
Hi,
The drag and drop ability within the same flexgrid is very useful to reorder rows in a grid. I would like to know how could I properly highlight the target drop row where the dragged row will be inserted while the row to insert is being dragged. I have tried to set a flag in the dragover handler and then use that flag in the itemformat handler, however the format handler is not triggered unless I issue a flex.invalidate() call, which in turn disables the drag. How can I properly solve this? Many thanks in advance.