The OnActivateSheet event is not triggering in AJAX access point. Does AJAX not support this? Is there any workaround for this?
I have read in some thread here that if we hide the tabs and use buttons instead, the OnActivateSheet doesn't work. Now I have added the condition in the button itself, but it's still not working.
My condition is very simple, if the sheet is activated then a vairable should change it's value. I have used the condition in both OnActivateSheet and in button Action, but the variable value is not changing in AJAX. It works fine in IE Plugin though.