Categories | Question details Back To List | ||
Dhtmlx grid rowselect Hi, im using ent uersion of grid.How to disable row select.And how t Answer posted by Support on Dec 17, 2008 07:57 >>How to disable row select. mygrid.attachEvent("onBeforeSelect",function(){ return false; }) |