Looking at the SyntaxMemo demo, I wonder what is required to use a TWebStringGrid as a file drop zone.
At this moment, there is no built-in support to make TWebStringGrid a dropzone. Typically, you'd use a TWebFileUpload for example to make a dropzone and handle drop from there.