Thanks so much Kiara for your responding.I have another question:
I have Raddate Picker control on my form with calendar popup:
<
telerik:RadDatePicker ID="RadDatePicker2" runat="server" Width="95px" Height="12" Font-Size="X-Small" MinDate="01/01/1900" MaxDate="12/31/2100" Skin="Vista">
<DateInput Font-Bold="true" TabIndex="5" DateFormat="MM/dd/yyyy" runat="server" DisabledStyle-Font-Bold="true" DisabledStyle-BackColor="#EFEFEF" MaxLength="10"></DateInput>
<DatePopupButton ImageUrl="../../Image/icon-calendar.gif" HoverImageUrl="../../Image/icon-calendar.gif" />
</telerik:RadDatePicker>
And next to that day I have the other one:
<
telerik:RadDatePicker ID="RadDatePicker3" runat="server" Font-Bold="true" Width="95px" Height="12" Font-Size="x-Small" Skin="Vista" >
<DateInput Font-Bold="true" TabIndex="6" DateFormat="MM/dd/yyyy" runat="server" DisabledStyle-Font-Bold="true" DisabledStyle-BackColor="#EFEFEF" MaxLength="10"></DateInput>
<DatePopupButton ImageUrl="../../Image/icon-calendar.gif" HoverImageUrl="../../Image/icon-calendar.gif" />
</telerik:RadDatePicker>
When I click on calendar popup and choose a date and use a tab to go to next texbox somehow cursor jump into very first field which is on top of this form instead of going to next textbox field.
Its only happend when I use calendar popup as a selecting date.
Thanks so much for your help.