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

RadDatePicker DateInput field appeared squeezed

3 Answers 91 Views
Calendar
This is a migrated thread and some comments may be shown as answers.
Umesh Javalkar
Top achievements
Rank 2
Umesh Javalkar asked on 16 Dec 2010, 11:12 AM

I have created a user control named InvoiceDate by adding RadDatePicker control. This user control is embedded in many ASP.net Web pages within the application. The application is live and used by many users, some of the users complained that the DataInput field appear squeezed.
If page is refreshed then DateInput field appear correctly. As this happens intermittently only for few users.
Telerik Version used 2009.3.1314.35

<tr>
        <td width="5%" id="radioButtonColumn4" runat="server"> </td>
        <td width="35%">
            <telerik:RadDatePicker ID="fromValue" runat="server" Enabled="false"
                <Calendar ID="Calendar3" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" runat="server"></Calendar>
                <DatePopupButton ImageUrl="~/images/icons/calendar.gif" HoverImageUrl="~/images/icons/calendar.gif" />
                <DateInput ID="DateInput1" Width="128px" runat="server">
                    <ClientEvents OnValueChanging="DateValueChanging"  />
                </DateInput>
            </telerik:RadDatePicker>
        </td>
        <td width="10%"> </td>        
        <td width="50%">           
            <telerik:RadDatePicker ID="toValue" runat="server" Enabled="false">
                <Calendar ID="Calendar2" UseRowHeadersAsSelectors="False" UseColumnHeadersAsSelectors="False" ViewSelectorText="x" runat="server"></Calendar>
                <DatePopupButton ImageUrl="~/images/icons/calendar.gif" HoverImageUrl="~/images/icons/calendar.gif"  />
                <DateInput  runat="server" Width="128px">
                    <ClientEvents OnValueChanging="DateValueChanging"/>
                </DateInput>
            </telerik:RadDatePicker>
        </td>
    </tr>

Any suggestions anyone? Thanks!

Umesh

3 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 21 Dec 2010, 02:27 PM
Hi Umesh,

I tried to replicate the described behavior using the provided code but to no avail. You mentioned that the problem happens intermittently only for few users, could you please let us know if it happens for these users in all browsers or in some specific. 

Best wishes,
Maria Ilieva
the Telerik team
Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
0
Umesh Javalkar
Top achievements
Rank 2
answered on 22 Dec 2010, 06:32 AM
Thanks Maria
There are around 50 thousand users using this application , so far the problem is reported by IE 7.0 users
I am adding code of user control used in one of the page

<tr >
                           <td rowspan="2" style="width:3%;">
                               <asp:RadioButton ID="allTransactionsFilterOption" runat="server" GroupName="FilterOption" />
                           </td>
                           <td rowspan="2" style="width:20%;">
                               <label for="Filter_2" style="margin-top: 15px; width: 110px;">
                               <asp:Literal ID="allTransactions" runat="server" Text="<%$ Resources:Link, ltrlAllTransactions %>" /></label>
                           </td>
                           <td  rowspan="2" style="width:60%;">
                                <usrcntrlInvoiceDates:ucInvoiceDates ID="InvoiceDates" runat="server" InvoiceDateVisible="false" ValidateFor30MonthsFromToday="false" />
                           </td
                           <td style="width:17%;">
                           </td>                                                                              
                         
                       </tr>
0
Maria Ilieva
Telerik team
answered on 23 Dec 2010, 12:41 PM
Hi Umesh,

I revise the provided code but was not able to isolate any obvious reason for the problematic behavior. Could you please open a regular support ticket and send it to us as long with detailed steps for replicating the issue. Thus we will be able to test it locally and do our best to provide a solution.

All the best,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
Calendar
Asked by
Umesh Javalkar
Top achievements
Rank 2
Answers by
Maria Ilieva
Telerik team
Umesh Javalkar
Top achievements
Rank 2
Share this question
or