IE Configuring with XML header Text Problem

Hi Everybody;

My Configure.php outpu (this php have a xml content-type header and not have whitespace. i formeted for your)

<?xml version="1.0" encoding="UTF-8"?> dhx_black common/component/grid/imgs/ #master_checkbox,#text_filter,#text_filter,#select_filter, int,str,str,str,str true,200 Stok Kodu Stok Adı Stok Grubu px

My grid have not never a problem firefox or chrome but ie dont show header text

ie Output

firefor output

i need help.

Thanx

Atilla İlhan KARTAL
Web Application & Software Architect

I readed and debug grid codes but i didnt see a problem. Where is the problem?

Try to use first column label as

<column width="30" align="center" sort="int" type="ch"><![CDATA[ ]]></column>

not work but i finded problem.

Problem is css but i dont know why not work. I used dhx_black skin but this is not work. I used my skin and ie showed header.

/***************************************************************************************************************************************************************
								"GLASSY BLUE" dhtmlxGrid Skin
***************************************************************************************************************************************************************/

/*glassy_blue*/
div.gridbox_grid_pc {
  border:1px solid  #929AA0;
  color:black;
}
div.gridbox_grid_pc .xhdr{
	background-image:url(../img/gridHeaderBar.png);
	height:22px;
	
}
div.gridbox_grid_pc table.hdr tr{
	background-image:url(../../../pckaydi/common/imgs/dhxgrid_grid_pc/hdr.png);
}

div.gridbox_grid_pc table.hdr td {
	border-left:0px;
	border-top:0px;
	border-right:1px solid #545454;
	border-bottom:1px solid #545454;
	background-color:transparent;
	font-family:Tahoma;
	font-size:11px;
	height:22px;
	line-height:22px;
	font-weight:bold;
	color:white;
	vertical-align:top;
	text-align:left;
}
div.gridbox_grid_pc table.hdr td div.hdrcell{
	xwidth:auto;
	padding-left:4px;
}
div.gridbox_grid_pc table.hdr .filter{
	padding-left:0px !important;
	text-align:center;
	-moz-user-select:text;
}
div.gridbox_grid_pc table.obj td {
	border-width: 0px 1px 0px 0px;
	border-right: 1px solid #545454;
	font-family:Arial;
	font-size:11px;
	padding-right:6px;
	padding-left:6px;
}
div.gridbox_grid_pc table.obj{
	border-bottom: 1px solid #D6D6D6;
}
div.gridbox_grid_pc table.row20px tr td {
	padding-right:4px;
	padding-left:4px;
}
div.gridbox_grid_pc .dhx_combo_edit{
  	font-family:Arial;
	font-size:11px;
}
div.gridbox_grid_pc table.obj tr.rowselected td{
	background-color:#CCCCCC;
	color:black;
	}
div.gridbox_grid_pc table.obj tr.rowselected td.cellselected, div.gridbox_grid_pc table.obj td.cellselected {
	background-color:#CCCCCC;
	}
div.gridbox_grid_pc .odd_grid_pc{
	background-color:#e8e8e8;
}
div.gridbox_grid_pc div.ftr{
	bottom:0px;
	background-color:#F5FAFF;
	border-top:1px solid #5F9BCA;
}
div.gridbox_grid_pc div.ftr td {
	empty-cells:show;
	background-image:url(../../../pckaydi/common/imgs/dhxgrid_grid_pc/ftr.png);
	font-size:12px;
	padding:5px 0px;
	font-family:Arial;
	font-style:normal;
	border-right:1px solid #C6DBEC;
	border-top:0px;
	border-bottom:1px solid #C6DBEC;
}
div.gridbox_grid_pc .ftr td div.hdrcell{
	xwidth:auto;
	padding-left:4px;
	font-weight:bold;
}

i converted glassy_blue to my skin.

Thanx