In a grid I created an ajax on click event for a field.
The event is fired if I use SC macros inside the event, e.g. sc_ajax_message() or sc_field_display().
But it seems that any standard javascript command does not work.
I tried a simple alert() and nothing happens.
What am I doing wrong?