hi,
we are using rad grid in our application.We tested in firefox.we found that the grid is not rendering any records in mozilla.but it shows the number of records in the footer of the grid.
we need compatability in both mozilla and IE.
need help.
Regards,
Bharathwajan
we are using rad grid in our application.We tested in firefox.we found that the grid is not rendering any records in mozilla.but it shows the number of records in the footer of the grid.
we need compatability in both mozilla and IE.
We found that applying css class to radgrid did not apply the required style completely.
So we took the css classes from telerik folder and overrided them in our css file like this
.RadGrid_ourCustomSkin,
.RadGrid_ourCustomSkin .rgMasterTable,
.RadGrid_ourCustomSkin .rgDetailTable,
.RadGrid_ourCustomSkin .rgGroupPanel table,
.RadGrid_ourCustomSkin .rgCommandRow table,
.RadGrid_ourCustomSkin .rgEditForm table,
.GridToolTip_ourCustomSkin
{
font:12px/16px "segoe ui",arial,sans-serif;
}
please refer the attachment.need help.
Regards,
Bharathwajan