or

$(document).ready) never gets fired because of the Ajax scheduler is using. Is there a code sample showing a js handler that can detect a Scheduler ajax call? Control is server bound. Thanks Michael
<telerik:AjaxSetting AjaxControlID="RadGrid1"> <UpdatedControls> <telerik:AjaxUpdatedControl ControlID="RadGrid1" UpdatePanelHeight="100%" /> </UpdatedControls></telerik:AjaxSetting>Nothing works right here
rdpicker1 populates rdpicker3 and rdpicker2 and rdpicker3 do nothing
<%@ Page Language="C#" AutoEventWireup="true" CodeBehind="DatePickerTest.aspx.cs" Inherits="NCCCN.CMIS.AAA.DatePickerTest" %><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head runat="server"> <title></title></head><body> <form id="form1" runat="server"> <div> <telerik:RadScriptManager runat="server" /> <telerik:RadCalendar ID="sharedCalendar" runat="server" EnableMultiSelect="false" /> <table cellpadding="10" cellspacing="10" > <tr> <td><telerik:RadDatePicker ID="RadDatePicker1" ClientIDMode="Static" runat="server" SharedCalendarID="sharedCalendar" /> </td> <td><telerik:RadDatePicker ID="RadDatePicker2" ClientIDMode="Static" runat="server" SharedCalendarID="sharedCalendar" /> </td> <td><telerik:RadDatePicker ID="RadDatePicker3" ClientIDMode="Static" runat="server" SharedCalendarID="sharedCalendar" /> </td> </tr> </table> </div> </form></body></html>