Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
225
Please, let us know how to use WebMonthView Control
posted

 

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