Template hidden and show doesn't work fine or i'am confused

Hello:
We have this source :
dhx.ui({
rows:[
{
id:‘pacientes_ContenedorCabeceraFiltro’,
template:“http->cabecera.html”,
height:80
},
{
id:‘pacientes_ContenedorFiltro’,
template:“http->prueba2.html”,
hidden: true
}
]
});

When we do $$(‘pacientes_ContenedorFiltro’).show() it doesn’t work. We don’t see anything :cry:
However if we do $$(‘pacientes_ContenedorFiltro’).hide() and $$(‘pacientes_ContenedorFiltro’).show() without hidden:true it works fine. Any Idea?
sorry for my english is not so good :blush:

Problem confirmed and fixed, you can try to use the updated codebase ( attached )
touch_codebase.zip (156 KB)