Cem,
Updated to v5.4.
I looked at the fileultimate.css file that gets cached.
This is what ended up working. I needed to add "-inner".
Also, I commented out this line in code. It does not seem to be needed.
fileManager.ApplyStyleSheetSkin(Me.Page)
.x-grid-cell-inner
{
font-size: 14px !important;
}
.x-column-header-inner
{
font-size: 14px !important;
}
mikez
mikez