This topic is locked
[SOLVED]

Field Events in Spreadsheet Mode

3/6/2024 10:51:24 AM
PHPRunner General questions
K
kelgate author

Hi,

It looks like field events are not triggering in spreadsheet mode.

The javascript code I am using works well in the normal in-line edit page, but not in the spreadsheet variant.

After taking a look through this forum, I noted that the Javascript Onload event didn't work with spreadsheet mode back in September 2022.

Has this been fixed yet?

And is there something else I need to do to get the field events to fire in spreadsheet mode?

Thanks

Kelvin

Sergey Kornilov admin 3/6/2024

Field Events do get executed in Spreadsheet mode, just double-checked. Make sure you are adding those events to Add/Edit pages. Spreadsheet mode is basically a set of Edit pages.

K
kelgate author 3/7/2024

Thanks for confirming that.

It was my bad in that although a field needed for a validation value was being displayed, I had not checked it as available for Inline Edit in the Fields page.

This was just the case in the Spreadsheet variant, so while the event code worked for the Inline Edit page it failed in the Spreadsheet.

All the best,

Kelvin