Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Grid > EI9 Grid issues
RadControls for ASP.NET are no longer supported (see this page for reference). In case you have inquiries about the Telerik ASP.NET AJAX controls, post them in the pertinent ASP.NET AJAX forums.

Not answered EI9 Grid issues

Feed from this thread
  • Kellen avatar

    Posted on Jun 16, 2011 (permalink)

    I've recently made changes to our web application to get our radGrids to work again (after some of our users went to IE9 they reported that our grids were blank). However, one of our pages is still having problems. To get my other pages to work I added the table-layout:fixed; property to my table tags. I've done that with this last page but the grids on the page still are not displaying their data. The only other thing I can think of is that this particular page uses RadMultiPage and PageView tags...? I'd appreciate anything that might help me get my grid data to display again using IE9.

  • Pavlina Pavlina admin's avatar

    Posted on Jun 21, 2011 (permalink)

    Hello Kellen,

    Could you please send us a runnable sample or a live URL, illustrating your scenario and the issues you are facing? I could then debug it locally and find a proper resolution for you. Otherwise it would hard to determine the source of the problem based on the provided information.

    Looking forward your reply,
    Pavlina
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

  • Kellen avatar

    Posted on Jun 24, 2011 (permalink)

    After comparing working grids with my broken one and reducing my code I was able to issolate the problem! The radgrid tag cannot contain ForeColor="Transparent". Once I got rid of that property my grid worked as expected using IE9. Not sure why IE9 doesn't like the property but I'm ok without it. FYI for anyone else out there up against this problem.

  • Pavlina Pavlina admin's avatar

    Posted on Jun 27, 2011 (permalink)

    Hello Kellen,

    I am glad you were able to find the cause for the problem. Do not hesitate to contact us if any questions arise.

    All the best,
    Pavlina
    the Telerik team

    Consider using RadControls for ASP.NET AJAX (built on top of the ASP.NET AJAX framework) as a replacement for the Telerik ASP.NET Classic controls, See the product support lifecycle here.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > Grid > EI9 Grid issues