Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Nov 11, 2008 08:16
open dhtmlx forum
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
Answer posted by Support on Nov 11, 2008 10:17
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