Hi Rims,
Thank you for using Syncfusion products.
We regret for the inconvenience caused as we are not able to reproduce the issue reported by you in this forum. Please find the below sample on which we have tried to reproduce it, but couldn’t:
Note: It would be helpful for us, if you can reproduce the reported issue in the above sample.
Kindly refer the sample and let us know if you have any other concerns.
Regards,
Hi Rims,
Thanks for your update.
We regret for the inconvenience caused as we are not able to reproduce the reported issue even in your specified scenario. Could you please provide us with the following information in order to analyze the root cause of those specified issues,
i.) Could you please ensure us whether you mean your live environment to the IIS server? If yes, could you please also ensure whether you are experiencing such issue only in the samples that are hosted in it? If the issue is in this case, you can also check with our online samples from the below location,
http://mvc.syncfusion.com/demos/ui/schedule/GettingStarted/FlatSchedule
ii.) Also, please provide us with some visual screenshots of your specified issues.
iii.) Please also check with the dll’s that you have been used in your application.
iv.) You have mentioned that the error occurs while changing the mode of view, Could you please also ensure us with information regarding which view do you mean? Whether changing the mode of view ( for example, from horizontal to vertical mode and vice versa) or type of view (from day view to week view, day view to workweek view, … and so on)?
v.) It would be helpful for us if you provide us with the sample to reproduce it or try to reproduce your specified scenario in our previously updated sample, so that we can analyze and provide you with better solution.
Please let us know, if you have any other concerns.
Regards,
VelmuruganHi Rims,
Thanks for your update.
We regret for the inconvenience caused as we are not able to reproduce the reported issue even in your specified scenario. Could you please ensure the following information in order to analyze the root cause of the specified issue,
i.) Please ensure whether you have included the following post action method in the controller.
[AcceptVerbs(HttpVerbs.Post)]
public ActionResult Index(Params args, SchedulePropertiesModel model)
{
--------------------------------
--------------------------------
ActionResult result = app.ScheduleActions<ScheduleHtmlActionResult>();
return result;
}
ii.) Also, please check whether the post action was successful while clicking different views. (Check this in the console of the firefox browser, as illustrated in the below screen-shot.)
iii.) Also, ensure whether the “ClientSideOnActionSuccess” event of the schedule control is getting fired correctly.
[CSHTML]
.DataSource(null)
.ClientSideOnActionSuccess("OnChangeView")
.Skins(ScheduleSkins.Sandune)
[SCRIPT]
<script type="text/javascript">
function OnChangeView() {
alert("Views Successfully changing.");
}
</script>
We have created the sample including all the above specified scenario , which can be downloaded from the below link.
It would be really helpful for us, if you reproduce your specified issue in the above sample. By doing so, we can further analyze and provide you with possible solution, in case if the issue still persists.
Please let us know, if any other concerns.
Regards,
Velmurugan