Link in header

Hi,

I’m having a link in the header and am trying to use the split at functionality. I’m getting the first (Splitted Column) as blank. The rest of the table what i’m getting is without any problem. Is it not compatible to use both link in the header and split at functionality together?

How do you adding link to the header?
If you are using link as part setHeader or attachHeader command - it must work correctly ( in both normal and split modes )
    grid.setHeader(“A,B,C”)
If you are set it by using named container in header - you can try dhtmlxgrid 1.6 , it process such scenario correctly.

If problem still occurs - please provide any kind of sample where problem can be reconstrcuted


The build that i’m currently using is v.1.5 build 80512



The syntax that i’m using for loading the column headers is



 Response.Write “<column width=”“100"” type=""" & FieldType & “”" align="“left”" color="“white”" sort="“na”">" & _
                 “<![CDATA[<a href=”“javascript:Function(’” & Parameter1& “’\,’” & Parameter2 & “’)”">" & FieldName & "



Then i’m using the split function



Response.Write ""
Response.Write “px”
 Response.Write "1"
Response.Write “”



Here i’m getting the error as invalid argument and then i’m unable to see the data of the first column. The rest of the data are visible clearly. Where am i going wrong?

The problem may be caused by used commas in grid header text, while inline code itself is not a problem , the separator chars not processed correctly in split mode.
The problem resolved in latest dhtmlxgrid 1.6