filter grid size

to put a filter on the grid, the box is out of the column and if I see it all I have to make the column wider, this happens in IE not mozilla. Why?
EscucharLeer fonéticamente

Unfortunately issue can’t be reconstructed locally.

If issue still occurs for you - please provide any kind of sample or demo link where it can be reconstructed.

this is the xml and the image is displayed as it comes.

String xml = “<?xml version='1.0' encoding='iso-8859-15'?>”;
xml += “”;
xml += “ID”;
xml += “Fecha”;
xml += “Tabla”;
xml += “Tipo”;
xml += “Resultado”;
xml += “Usuario”;
xml += “Registros”;
xml += “Fichero”;

xml += “”;
xml += “#text_filter,#text_filter,#text_filter,#text_filter,#text_filter” +
“,#text_filter,#text_filter,#text_filter”;


Try to add following code to your page:

<style> div.gridbox_dhx_skyblue table.hdr td div.hdrcell { padding-right:3px; } </style>

work. Thank you very much