This is a migrated thread and some comments may be shown as answers.

FomCreated is not fired in server side in scheduler using Web Service

1 Answer 51 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
José Enrique
Top achievements
Rank 1
José Enrique asked on 22 Jul 2014, 12:55 PM
I have a scheduler which use web service to get the data. I need to use the formcreated event in the server side to select a value to the resource combo box. But the event is never fired. What is the problem? I have changed many things and nothing works.

1 Answer, 1 is accepted

Sort by
0
Accepted
Boyan Dimitrov
Telerik team
answered on 25 Jul 2014, 07:50 AM
Hello,

I would like to clarify that in web service scenario the server-side events are not fired indeed. It does not make a post-backs to the server and rise the server-side events but it does perform calls to the web service instead. In this case I would suggest using the OnClientFormCreated in order to fire an event when opening the advanced form.

Here you can find a separate section with events that are fired in web service scenario.

Please do not hesitate to contact us if you have any other questions.



Regards,
Boyan Dimitrov
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Scheduler
Asked by
José Enrique
Top achievements
Rank 1
Answers by
Boyan Dimitrov
Telerik team
Share this question
or