Hi,
I have created a usercontrol which contains a RADScheduler.
This works fine from the ASP.Net.
I am trying to integrate the same in sharepoint and to load the page.
But I am getting lot of issues while integrating. Please find the issues below.
1) I am having a AdvancedEdit window for editing. It opens and retrieves the values properly in sharepoint.
But when make any changes in the Edit and trying to update the same, the changes that are made are not sent in Request.
I found out this while debugging. Hence whatever change i made during edit, the values are not passed.
The same works fine in ASP.Net.
2) I am having a RADTooltip which will display values when moved over the schedules available in the scheduler.
While moving over the scheduler, the values are retrieved from the backend and is set to the text property of Labels inside another usercontrol. The Tooltip is displayed, but the usercontrol is not displayed within the tooltip.
Note: I have already used a Radtooltip inside a Grid control. The functionality is more or less the same.
The tooltip works fine in RADGrid, but creating problem with RADScheduler.
Kindly suggest solutions to the above queries ASAP.
Thanks in Advance,
Vinoth.K
I have created a usercontrol which contains a RADScheduler.
This works fine from the ASP.Net.
I am trying to integrate the same in sharepoint and to load the page.
But I am getting lot of issues while integrating. Please find the issues below.
1) I am having a AdvancedEdit window for editing. It opens and retrieves the values properly in sharepoint.
But when make any changes in the Edit and trying to update the same, the changes that are made are not sent in Request.
I found out this while debugging. Hence whatever change i made during edit, the values are not passed.
The same works fine in ASP.Net.
2) I am having a RADTooltip which will display values when moved over the schedules available in the scheduler.
While moving over the scheduler, the values are retrieved from the backend and is set to the text property of Labels inside another usercontrol. The Tooltip is displayed, but the usercontrol is not displayed within the tooltip.
Note: I have already used a Radtooltip inside a Grid control. The functionality is more or less the same.
The tooltip works fine in RADGrid, but creating problem with RADScheduler.
Kindly suggest solutions to the above queries ASAP.
Thanks in Advance,
Vinoth.K