Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Sergei on Oct 28, 2008 06:44
open dhtmlx forum
Is any ways to set header hidden in XML?

I use XML grid description. Is any ways to set header hidden in XML?
If none, then answer please:
How can I to hide header of loaded subgrid?

Thanks
Answer posted by Support on Oct 28, 2008 08:11
add next line to the subgrid's XML 

<rows>
    <head>
        <beforeInit><call command="setNoHeader"><param>true</param></call></beforeInit>