Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Tejas Shah on Nov 02, 2008 22:55
open dhtmlx forum
DHX Grid: Hide or show the #mastercheckbox on certain condition

Hi there,
How to hide or show the #mastercheckbox on certain condition ????
Answer posted by Support on Nov 03, 2008 03:11
You can access its HTLM element and assign any custom styles to it

mygrid.hdr.getElementsByTagName("INPUT")[0].style.display="none";