I'm using Infragistics winForm. In Infragistics ultramonthviewsingle. I want to bind data at Run time from dataset. I use c#.
infragistics ultramonthviewsingle runtime data bind from dataset
432 views Asked by Ritesh Khatri At
1
I'm using Infragistics winForm. In Infragistics ultramonthviewsingle. I want to bind data at Run time from dataset. I use c#.
Infragistics Schedule components expose CalendatInfo property which you can set to an instance of UltraCalendarInfo. UltraCalendarInfo holds information about all appointments, notes, users and so on. The nice thing is that you can add one calendar info, populate it with data and set it to different schedule controls. Here you can find good topic showing how to populate calendar info from DataSet.