rpq1480
#1
Hi,
I’m trying to use #cspan and it isn’t working. The first #cspan works properly. The second one shows #cspan in the cell.
Here is my XML.
<?xml version="1.0" encoding="UTF-8"?>
#cspan
#cspan
Step 1
Step 2
Step 3
Step 4
px
{#master_checkbox},Details,Made Contact,Order Processed,Order Shipped,Scheduled Next Call
Test
0
0
blah
0
Please help.
Olga
#2
If you want 1st header cell be merged with 2nd header cell, you should use following syntax:
<column id="checkbox" type="ch" width="30" sort="na" align="left" >Step 1</column>
<column id="details" type="ro" width="150" sort="na" align="left" >#cspan</column>
<column id="7" type="ch" width="155" sort="server" align="center" >#cspan</column>