Hi,
I have an ASP.NET page with a RadScheduler with server-side binding.
My users created a new record in the database table that scheduler resources are taken from. This new resource still is not visible to them in the related dropdown list in the advanced form.
I was able to reproduce this issue in my local environment and saw that the new resource became visible only after restarting Visual Studio. So I think the problem is related to resource caching.
My question is as follows: is there a way to force the refresh of the cached resources? Maybe application pool recycle would do the job, but I am searching for something softer, as I don't want to create problems to those working on the application.
Thanks
Regards
Mike