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

Editing a Cell without clicking over it

1 Answer 45 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Sergio
Top achievements
Rank 1
Sergio asked on 03 Mar 2009, 11:05 AM
Hi to all,
in my page there is the RadCalendar and a grid.
I need to show in advanced edit form a ticket chosen from the grid.
How can I do that?
I tried to write this:

 


Appointment
app = new Appointment();

 

app.ID = id;

app.Start = start;

app.End = end

 

RadScheduler1.ShowAdvancedEditForm(app,

false);

but then, we it enters in the advanced edit form, and I for instance a change a date, the Save button does not work (no event, it remains in the form, without entering the 

 

RadScheduler1_AppointmentUpdate).

Many thanks in advance for Your help.
Sergio

1 Answer, 1 is accepted

Sort by
0
Accepted
Peter
Telerik team
answered on 04 Mar 2009, 04:27 PM
Hi Sergio,

Subject is a required field, so I guess you don't pass the validation. Try setting the Subject as well:

app.Subject = "some text"



Peter
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Scheduler
Asked by
Sergio
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or