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

[Solved] RadScheduler and RadGrid

5 Answers 206 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
anu
Top achievements
Rank 1
anu asked on 07 Jan 2008, 06:37 PM
Hi All,

In my application I use two Rad Grids and a RadScheduler.
when I double click the appointment in the scheduler, appointment edit form opens and at the same time first radgrid is populated, then if I click any row in the firstgrid, second grid will be populated.
Here the issue is when I go to the appointment edit form, if I directly make changes to the appointment and say update or cancel, it works fine.
But when I go to the appointment edit form, and just click the radgrid1, then radgrid2 will be displayed and at the same time a small yellow color triangle with the exclamation mark appears at the bottom of the page which says 'error on page' and after that if i make changes on the scheduler and say update or cancel, then nothing comes except the ajax loading symbol.
What could be the error?...is that anything related to Ajax?

5 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 08 Jan 2008, 03:25 PM
Hi anu,

In the Click event handler of RadGrid1, hide RadSchedulers edit form:

RadScheduler1.HideEditForm(); 

Let us know how it goes.


Best wishes,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
anu
Top achievements
Rank 1
answered on 08 Jan 2008, 04:15 PM
could you be more precise on the solution you provided.

When I double clicked that small exclamation mark in the yellow triangle in that page, that shows this type of errors:
Error: Sys.InvalidOperationException: Type Telerik.Web.UI.RadDatePicker has already been registered
Error: Sys.InvalidOperationException: Type Telerik.Web.UI.RadInputControl has already been registered
Error: Sys.InvalidOperationException: Type Telerik.Web.UI.DateParsing.DateEvaluator has already been registered
Error: Sys.InvalidOperationException: Type Telerik.Web.UI.Calendar.DateTimeFormatInfo has already been registered
Error: Sys.InvalidOperationException: Type Telerik.Web.UI.Calendar.PresentationType has already been registered





0
Peter
Telerik team
answered on 09 Jan 2008, 09:28 AM
Hi Anu,

Please, refer to this forum thread which discusses in detail this type of error.


All the best,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
0
anu
Top achievements
Rank 1
answered on 09 Jan 2008, 03:16 PM
hello,

I am unable to solve my issue based on that thread....
0
Peter
Telerik team
answered on 10 Jan 2008, 10:15 AM
Hi Anu,

In the your first post you said that the problem only occurs if you do not close the appointment edit form and click on the grid. So my suggestion is that you call RadScheduler1.HideEditForm(); in the first event which happens when you click on the grid. Let me know if this helps or not.


All the best,
Peter
the Telerik team

Instantly find answers to your questions at the new Telerik Support Center
Tags
Scheduler
Asked by
anu
Top achievements
Rank 1
Answers by
Peter
Telerik team
anu
Top achievements
Rank 1
Share this question
or