Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Andrew on Dec 20, 2007 06:29
open dhtmlx forum
How do I un-hide columns on a grid from a button on a toolbar?

How do I un-hide columns on a grid from a button on a toolbar?
Answer posted by Support on Dec 20, 2007 06:59
You can have code similar to next

<input type="button" value="unHide" onclick="mygrid.setColumnHidden(2,false);">

where 2 - index of column, which need to be shown