HTML and ColSpan

I have tried everything I have been able to find here about using colspan and initializing from html. Can you take a look and see what I’m doing wrong. This is my latest effort but colspan is not working at all on my fourth row.

[code]

Supplychex Vendor Dashboard .hover { background-color: navy; }
Add an Email Address
Name
Email Address
Steps Status Completed By Send Feedback
Step One <?php echo $status1; ?> <?php echo $result;?><?php echo $date1;?> Send One
Step Two <?php echo $status2; ?> <?php echo $result1; ?><?php echo $date2;?> Send Step Two
Step Three <?php echo $status3; ?> <?php echo $result2; ?><?php echo $date3;?> Send Step Three
I want this row to have colspan on it but its not working. Send Full Packet

[/code]

try to replace

mygrid.setColspan("r04",0,2);   

with

mygrid.setColspan("4",0,2);  

Thanks for the reply.

I tried that along with a few other things and it still doesn’t work. I have noticed that in my firebug it shows a message that:

mygrid.enableCollSpan is not a function

So can you tell me where this function is defined? Maybe there is a problem with the order of my include files?

Required library edition: This method requires Professional Edition of the DHTMLX library

cm1310 is right.
enableColSpan(mode) method requires Pro version of dhtmlxGrid.
Also make sure that you have typed the method correctly.
In your message you have typed method with doubled “l”