Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / ASP.NET > General Discussions > GridView select not working properly
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 GridView select not working properly

Feed from this thread
  • salik avatar

    Posted on Jun 3, 2011 (permalink)

    Hi,

    I am using a ASP.Net gridview and applying stylesheet for it.The gridview consists of checkbox as select in one column.I am using the below css class for displaying style for grid data.
    I am facing issue with IE8 while selecting the chechbox.The browser is closing and recoved with the data.This is working fine with IE8.

    configGrid is the CSS used to grid

    table.configGrid th.select
    {
    text-align: left;
    width: 40px;
    }

    table.configGrid td.select
    {
    width: 40px;

    }

  • Vasil Vasil admin's avatar

    Posted on Jun 3, 2011 (permalink)

    Hi Salik,

    You will probably get better response about asp:GridView in the official ASP.NET forums.

    Regards,
    Vasil
    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 > General Discussions > GridView select not working properly