Question
4
Replies
38
Views
S & P Global Company Ltd
Posted: 1 day 14 hours ago
Last activity: 8 hours 37 minutes ago
When we are calling a activity through handleClientEvent it is not working in chrome and Microsoft edge Edge
We used a custom control for a drop down on change of drop down need to load the activity.
handleClientEvent('SERVER', 'ActivityName' ,'' , '-1', event);
Above format we used to call activity in control. This is working in IE but it is not working in chrome and edge
kindly provide the solution to work in all the environments.
@srujanam6200
What do you mean by not working exactly? Do you have an error on the screen, on your logs, on JavaScript......
Have you trace with browser Developer tool?