Hello
We are using the NetAdvantage asp.net component version 2012.1
We have some questions about webmonthview control
1st. we would like to binding information to webmonthview control via scheduleinfo control from datatable (qurey result)..
Is it possible as below?
for example, case by webdatagrid
WebDataGrid1.DataSource = mDs.Tables[0];
WebDataGrid1.DataBind();
2nd. can we get the javascript sample about webmonthview contol clientside event
(get vale, set value , set focus...)
please let us know how to do.
Thank you
Hi cyc0521,
Thank you for your reply.
Please feel free to contact me if you have any questions regarding this matter.
thank you for quick reply
Hello cyc0521,
Thank you for posting in the community.
The WebMonthView is a WebSchedule control and as such it uses a WebScheduleInfo control through which to get its appointment data:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebScheduleInfo_About_WebScheduleInfo.html
In order to bind WebSchedule controls to data coming from a DataSet/DataTable, the WebScheduleGenericDataProvider control may be employed:
http://help.infragistics.com/NetAdvantage/ASPNET/2012.1/CLR4.0/?page=WebScheduleGenericDataProvider_About_WebScheduleGenericDataProvider.html
A working sample demonstrating such a setup may be found at:
http://samples.infragistics.com/aspnet/Samples/WebSchedule/Data/BindGDProviderToDataSet/Default.aspx?cn=schedule&sid=6d81cf08-2033-4cb6-b9b5-5985ab83ef2a
Regarding the clientside functionality of the WebMonthView, I suggest that you take a look at:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebMonthView_Utility_Functions_CSOM.html
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebMonthView_Object_CSOM.html
Additional info regarding the control's clientside events may also be found at:
http://help.infragistics.com/Help/NetAdvantage/ASPNET/2012.1/CLR4.0/html/WebMonthView_Client_Side_Events_CSOM.html
Please feel free to contact me if you need more information.