Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jasar on Jan 16, 2009 03:22
open dhtmlx forum
dhtmlxgrid in mozilla

HI,

I tried using dhtmlxgrid in mozilla firefox.I need to display column footer ( sum of the decial values displayed in the column).
In IE, it is being displayed fine. But in FF, the footer values are getting overlapped. Can you please help me out?

regards
Jasar
Answer posted by Support on Jan 16, 2009 04:38
>>the footer values are getting overlapped. Can you please help me out?
Please provide a screenshoot of problematic situation.

The behavior of data in footer controlled by css rules, so you can use next one
     div.gridbox  div.ftr td {
to redefine any aspects ( overflow, white-space, etc. )