Hi,
I want to add web schedular within webdailogwindow from code vb.net, can please suggest how can we achieve this,
Thanks,
Hi troy.
As is mentioned in my previous post, regarding one issue i am facing once after setting Activeday in dayview scheduler calender, isssue is that
if i set active from VB code to display selected dates from list it will display set date in day calender scheduler. but after do this i am not able to move to next date by using calender next arrow .
myWebDayView.WebScheduleInfo.ActiveDayUtc = Parse("2010-07-10") this is the way i am setting required date to be displayed. I am faing this problem only in day view calender. Once after even if i click on go to previous date its going 2-days back like if current set date is 10th July if i click on previous arrow its going to 8th july. same way if i click on next day arrow in calender its not changing date. Please suggest to resolve this issue.
I am using Infragistics35.Web.v12.2 and Version=12.2.20122.2202
Hi Ganesh,
Please let me know if you need any additional assistance regarding this matter.
To achieve this objective there are two resources I can point you towards that should help you to add a WebSchedule created in code to the WebDialogWindow (WDW):
1. ) This documentation walks you through creating the WebSchedule in code. It shows the code in VB (and C#): http://help.infragistics.com/doc/ASPNET/2013.2/CLR4.0/?page=WebSchedule_Creating_WebSchedule_Controls_Using_Code.html
2) Once the WebSchedule is created in code, you can add it to the WDW content pane collection (WebDialogWindow1.ContentPane.Controls.Add(lb);). This forum post shows doing it with a label and button, but the same applies for adding the WebSchedule to the collection: http://es.infragistics.com/community/forums/p/23587/86406.aspx