Hi All,
We found the issue with the Rad control not able to pick up any dates of a month with 30 days when the current date is 31 st of the month.
While trying to find a solution/workaround for the same found the suggestion to upgrade to the latest version of the rad controls.Followed the steps suggested in the LINK, But now the issue is that the project does not get compiled as there seems to be confilct with the chart controls.And while trying to find a solution, found that steps in the link and link2.Implemented the steps for ensuring the the reference to the charting dll is set to the latest 'Telerik.Web.UI.dll' with the below mentioned expections.
1.There is no existing 'Telerik.Charting' either in the bin folder or the GAC.
2.There is no existing assmebly reference to the 'Telerik.Charting' in the web.config.
3.The code behind referes to the namespce as 'ByRef RadChart1 As Telerik.WebControls.RadChart' and as 'RadChart1.YAxis.AddRange'.
The project does not compile still and so cannot see if the initial problem of the datepicker not being able to pick up the any date on the 31 st of the month is fixed.
Please suggest if any thing is missed out or if there is a workaround to resolve the issue.
Thanks,
Arun
We found the issue with the Rad control not able to pick up any dates of a month with 30 days when the current date is 31 st of the month.
While trying to find a solution/workaround for the same found the suggestion to upgrade to the latest version of the rad controls.Followed the steps suggested in the LINK, But now the issue is that the project does not get compiled as there seems to be confilct with the chart controls.And while trying to find a solution, found that steps in the link and link2.Implemented the steps for ensuring the the reference to the charting dll is set to the latest 'Telerik.Web.UI.dll' with the below mentioned expections.
1.There is no existing 'Telerik.Charting' either in the bin folder or the GAC.
2.There is no existing assmebly reference to the 'Telerik.Charting' in the web.config.
3.The code behind referes to the namespce as 'ByRef RadChart1 As Telerik.WebControls.RadChart' and as 'RadChart1.YAxis.AddRange'.
The project does not compile still and so cannot see if the initial problem of the datepicker not being able to pick up the any date on the 31 st of the month is fixed.
Please suggest if any thing is missed out or if there is a workaround to resolve the issue.
Thanks,
Arun