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

How to find control from the InLineEditTemplate in RadScheduler

6 Answers 133 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Puru
Top achievements
Rank 1
Puru asked on 30 Nov 2012, 01:25 PM
I am stucked at 1 point in the radscheduler.

I need to find out value of a control from InlineEditTemplate on the OnAppointmentUpdate event.

protected void RadScheduler1_AppointmentUpdate(object sender, ApponitmentUpdateEventArgs e )
{

}

in my InLineEditTemplate there is a radiobuttonlist control, i am not able to get the value selected in the radio button list.

Thanks in Advance

6 Answers, 1 is accepted

Sort by
0
Puru
Top achievements
Rank 1
answered on 03 Dec 2012, 06:24 AM
Any reply from Telerik Admin??

It is urgent for me, so please let me know if any one have solution.
0
Plamen
Telerik team
answered on 04 Dec 2012, 10:57 AM
Hi,

 
One way to achieve such behavior is as it is implemented in this on-line demo.

Hope this will be helpful.

Greetings,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Puru
Top achievements
Rank 1
answered on 04 Dec 2012, 05:01 PM
Thanks for your reply.

I need to find control on RadScheduler1_AppointmentUpdate event and in the link given by you dont use RadScheduler1_AppointmentUpdate event. 


protected void RadScheduler1_AppointmentUpdate(object sender, ApponitmentUpdateEventArgs e )
{

}

Here i am not getting any container property to find control by find control method. Please let me know any other way.



0
Plamen
Telerik team
answered on 05 Dec 2012, 02:15 PM
Hello,

 
I think I could not explain properly enough- please excuse me for that.
 You can not get the container of the appointment in the AppointmentUpdate event and that is why I recommended you to try to implement the scenario as in the demo linked in my previous reply.

Hope this will explain the issue.

Kind regards,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Puru
Top achievements
Rank 1
answered on 05 Dec 2012, 05:24 PM
Thanks for your response. 

I dont want to change the implementation due time is not allowing. So i just want to know on AppointmentUpdate event i can not get the value of a control. I have a radiobuttonlist on AppointmentUpdate event i want to know selected index of the radio button list.
0
Plamen
Telerik team
answered on 07 Dec 2012, 09:58 AM
Hi Puru,

 
Unfortunately the radiobuttonlist in the inline form can not be reached in AppointmentUpdate server event.

Greetings,
Plamen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Scheduler
Asked by
Puru
Top achievements
Rank 1
Answers by
Puru
Top achievements
Rank 1
Plamen
Telerik team
Share this question
or