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
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. )