tarefasTableAdapter1.Fill(bdcrmDataSet.tarefas); AppointmentMappingInfo appointmentMappingInfo = new AppointmentMappingInfo(); appointmentMappingInfo.Start = "startdate"; appointmentMappingInfo.End = "enddate"; appointmentMappingInfo.Summary = "smallinfo"; appointmentMappingInfo.Description = "description"; schedulerBindingDataSource1.EventProvider.Mapping = appointmentMappingInfo; radScheduler1.DataSource = schedulerBindingDataSource1; |
After upgrading to Q2 2009 SP1 I have problems with the drop down menu assigned to my tree view (RadTreeView.RadContextMenu = RadDropDownMenu)
I get an error saying that the RadTreeView.RadContextMenu is obsolete, and I should use the RadContextMenuManager instead.
Trying to compile results in an error "Cannot implicitly convert type 'Telerik.WinControls.UI.RadDropDownMenu' to 'Telerik.WinControls.UI.RadContextMenu' "
I do a lot of formatting on my RadDropDownMenu in code, so I hope there is a way to keep using it in my tree view?
Regards, Jill-Connie Lorentsen
I have a gridview with 200 records if I scroll to a row then click on a checkbox cell to change the value the gridview automatically scrolls to the first row in the gridview, how do I prevent this from happening? The gridview is not set to autoscroll!
Regards
Joe