This is a migrated thread and some comments may be shown as answers.

Issues when integrating A Usercontrol with RADScheduler in Sharepoint

1 Answer 85 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vinoth K
Top achievements
Rank 1
Vinoth K asked on 23 Apr 2010, 10:13 AM
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

1 Answer, 1 is accepted

Sort by
0
Vinoth K
Top achievements
Rank 1
answered on 26 Apr 2010, 06:29 PM
Hi,
I got the issue solved.

1) I am loading the values in the textbox at Page_load.
The issue is the sharepoint site refreshes twice or thrice in the modal popup when submitting a form.
Hence the condition { if(!IsPostBack) } fails. Hence the same values are set to the controls and Hence the Issue persist.
I used a boolean variable and made it to bypass the functionalities inside Page_Load event.
Now, I am possible to edit and save.

2) I dont know whats the issue. I just how deleted the file and recreated the same file and is working fine.
I didnt do any change in the file. The issue is now solved.

I cant mark this post as Answer. But this is the answer.
Thanks
Vinoth.K
Tags
Scheduler
Asked by
Vinoth K
Top achievements
Rank 1
Answers by
Vinoth K
Top achievements
Rank 1
Share this question
or