Problem XML using colspan and rowspan

Hi, I have a xml file to load on grid using colspan and rowspan but it doesn’t load like i need.
this is the xml example:

<?xml version="1.0" encoding="ISO-8859-1" ?>
  • TITLE #cspan #cspan #cspan
  • NHC,Nombre Paciente,Servicio Actual,Lista(Prioridad)
  • %
  • 1080031 NAME 1 (11770287)Cirugía Gral. y Dig. 5 C mayor ambulatoria(2)

429311
NAME 2
(12904555)Cirugía Gral. y Dig. 5
C mayor ambulatoria(2)

  • COMENTS

If issue still actual - please attach the screenshot of the problem.

Be sure that ext/dhtmlxgrid_rowspan.js was included on the page, and you have enabled row and col spans by

grid.enableRowspan(true);
grid.enableColSpan(true);