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

bug with raddatepicker when clientidmode="static"

1 Answer 119 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 22 Mar 2012, 04:04 PM

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">
 
<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>

1 Answer, 1 is accepted

Sort by
0
Richard
Top achievements
Rank 1
answered on 26 Mar 2012, 02:54 PM
Steven:

Take a look at the following forum thread in which Telerik admin warns against setting clientidmode="static" for the RadControls.

Problem with ClientIDMode = Static

Hope this helps!
Tags
Calendar
Asked by
Steven
Top achievements
Rank 1
Answers by
Richard
Top achievements
Rank 1
Share this question
or