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

Scheduler Advanced Form client-side SAVE event

1 Answer 96 Views
Scheduler
This is a migrated thread and some comments may be shown as answers.
Vipin
Top achievements
Rank 1
Vipin asked on 30 Sep 2011, 12:48 PM
Hi,
I am usig Telerik Scheduler in my project. I am able to get the advanced form values from the code behind by using'AppointmentUpdate' event. But my requirement is to find the values through client-side code. I have gone through the given link - 'http://www.telerik.com/community/forums/aspnet-ajax/scheduler/need-client-side-fxn-called-by-save-close-and-cancel-button-on-appointment-edit-form.aspx'. But I need something like this,

<

telerik:RadScheduler ID="RadScheduler1" runat="server" onClientAppointmentUpdate="SaveFormValues">

<   script type="text/javascript">


function
SaveFormValues() {

var saveButton= $find('<%=RadScheduler1.SaveButton.ClientID %>');  

}

</script>

Please help me to find a solution... :(

Thanks & Regards,
ViPiN.P.C

 

1 Answer, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 04 Oct 2011, 05:23 PM
Hi Vipin,

Did you try the suggestion from this forum post? Do you experience any problems with this?

Best wishes,
Peter
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
Vipin
Top achievements
Rank 1
Answers by
Peter
Telerik team
Share this question
or