dhtmlxgrid How to hide a row?

Hi,

Can we hide a row in dhtmlxgrid?

If so, what should I fill in the xml to do that?



Rgds

Praveen

It can be done by
grid.setRowHidden(id,true)
In case of loading from XML
<row style="display:none"

Please beware that hidden rows will cause sideeffects in case of smart rendering or paging mode