Desktop
WinForms
RadScheduler for WinForms is highly customizable component that offers functionality similar to that of the Calendar included with MS Outlook. When working with RadScheduler, developers can easily bind data sources directly to it using an instance of SchedulerBindingDataSource. The provided data source can be in the form of a database or business objects. The only requirement is that the data source must conform to a specific structure and provide specific fields. Today, I will explain how to set up basic data binding in RadScheduler using SchedulerBindingDataSource and an Access database. The Base Application For this entry, it should be noted ...