Hi, good people at telerik.
For one of my current developments I've got a silverlight chart and we want the click on a datapoint on the chart to update a scheduler placed below the chart. We know how to obtain the information we need from the chart, but we have a few questions regarding the interaction from javascript with the radscheduler:
1) Is it possible to switch views (monthview to dayview or viceversa) from javascript?
2) Is it possible to change the date (specifically the month) from javascript? For our requirements, the date picker needs to be disabled
3) The chart will provide 2 pieces of data: Name and Value, is there a way to pass, through javascript, those values to the radscheduler binding method (those 2 values need to be passed to the database to filter data, which becomes the datasource for the radscheduler)?
4) If the previous is not possible, can we trigger an event in the radscheduler from javascript? this way we could use the event's sender as a carrier for those 2 values we need to pass.
Any help, advice and/or code would be greatly appreciated
As always, thanks in advance and for your time,
Kevin
For one of my current developments I've got a silverlight chart and we want the click on a datapoint on the chart to update a scheduler placed below the chart. We know how to obtain the information we need from the chart, but we have a few questions regarding the interaction from javascript with the radscheduler:
1) Is it possible to switch views (monthview to dayview or viceversa) from javascript?
2) Is it possible to change the date (specifically the month) from javascript? For our requirements, the date picker needs to be disabled
3) The chart will provide 2 pieces of data: Name and Value, is there a way to pass, through javascript, those values to the radscheduler binding method (those 2 values need to be passed to the database to filter data, which becomes the datasource for the radscheduler)?
4) If the previous is not possible, can we trigger an event in the radscheduler from javascript? this way we could use the event's sender as a carrier for those 2 values we need to pass.
Any help, advice and/or code would be greatly appreciated
As always, thanks in advance and for your time,
Kevin