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;
}