Hi there,
I have implemented a custom provider for my RadScheduler, and everything appears to be working - at least, the overridden methods in that provider are being called when the scheduler loads up.
But in order to get it working completely, I have to have access to the public interface of my custom provider from the form on which my scheduler appears. And that is a lot trickier than I had expected. See, the scheduler has a "ProviderName" property, which is set, as expected, to "MyCustomProvider1". But the Provider property does not refer to an instance of the MyCustomProvider class! scheduler.Provider.Description even says "MyCustomProvider1" - but how do I get access to the MyCustomProvider object itself?
Thanks,
Shaul