Posted 8 August 2018, 2:25 pm EST
User drand and drops a file from th explorer to a flexgrid column
at “dropping” I do some things (copying the file, updating records in the database)
then I need to know which cell the file has been dropped to? I dont get it.
C1FlexGrid makes the dropped cell the active cell, but no “BeforeSelChange” and no “AfterSelChange” events are fired…
So short: how can I get the the cell the user has dropped to?