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

NoRecordsTemplate not rendering properly in IE9

3 Answers 49 Views
Grid
This is a migrated thread and some comments may be shown as answers.
msigman
Top achievements
Rank 2
msigman asked on 05 Sep 2011, 04:30 PM
Our NoRecordsTemplate looks great in IE8 (see attachment) however in IE9 the ExpandRow becomes huge and ruins the look.  Depending on the number of columns, sometimes the ExpandRow can even take 100% of the visible width!  How do we fix it so that the ExpandRow stays constant?

<NoRecordsTemplate>
    <div style="background: url(/Images/noresults-background.jpg) no-repeat 50% 80%; height: 159px">
        <img src="/Images/noresults-magnifying-glass.png" alt="Search icon" align="left"
            style="vertical-align: middle" />
        <div style="padding: 15px">
            <h2 style="margin-left: 142px">
                Sorry, no matching records found.
            </h2>
            <ul style="margin: 15px 10px 0px 145px" class="green-bullets">
                <li>Are you in the correct time range? Double check the Start and End dates below.</li>
                <li>Have you verified that the client is still active? Check the Status dropdown.</li>
                <li>Do you have an assignment to the client still? Ask your System Administrator.</li>
            </ul>
        </div>
    </div>
</NoRecordsTemplate>

3 Answers, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 06 Sep 2011, 06:06 AM
Hello,

Which version of the Telerik controls you are using? I have tested with the version 2011, 2, 712, 35 and which worked expected at my end. Please try upgrading to the latest version and see whether it helps.
Updating RadControls for ASP.NET AJAX to another version or license.

Thanks,
Shinu.
0
msigman
Top achievements
Rank 2
answered on 12 Sep 2011, 04:11 PM
I upgraded to the latest version of the tools (2011.2.712.40) and the issue remains.  If it makes a difference, the columns are being added in the CodeBehind file at runtime.

Any ideas?
0
Radoslav
Telerik team
answered on 15 Sep 2011, 09:20 AM
Hi Msigman,

I tried to reproduce the described issue but to no avail. I am sending you a simple example based on your code snippet. Please check it out and let me know what differs in your case. Additionally on the following link I attached a small video which demonstrates how the example works on my end.

Looking forward for your reply.

Greetings,
Radoslav
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
Grid
Asked by
msigman
Top achievements
Rank 2
Answers by
Shinu
Top achievements
Rank 2
msigman
Top achievements
Rank 2
Radoslav
Telerik team
Share this question
or