possible to listen for file download from LABKEY.ext.EditorGridPanel?

LabKey Support Forum (Inactive)
possible to listen for file download from LABKEY.ext.EditorGridPanel? jeckels  2010-05-23 09:18
Status: Closed
 
Hi Ben,

There's no specific support for this, but it sound like the best approach for this particular case might be to swap out a custom column renderer into your grid. You could replace the default URL with an onclick handler that inserts a record into a list (or other table) and then opens the PDF in the browser.

Thanks,
Josh