Completed
Last Updated: 09 Jan 2013 05:47 by ADMIN
ADMIN
Ivan Todorov
Created on: 09 Jan 2013 05:47
Category: Scheduler/Reminder
Type: Bug Report
2
FIX. Binding to business objects at design time does not work correctly.
Use the RadSchedulerDB_Objects project from the "Introduction to RadScheduler for WinForms" webinar (http://tv.telerik.com/watch/winforms/radscheduler/introduction-radscheduler-winforms). If you run this project without opening the designer, the binding works correctly. If you open the form in the designer and then run the project, only one empty appointment will be displayed. The issue occurs because when opening the form, the following lines are removed from the designer:
((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.EventProvider)).BeginInit();
((System.ComponentModel.ISupportInitialize)(this.schedulerBindingDataSource1.ResourceProvider)).BeginInit();
0 comments