DHTMLX Docs & Samples Explorer

setSerializableColumns(list)

Required library edition: This method requires Professional Edition of the DHTMLX library
Required library file: dhtmlxgrid.js

configure which column must be serialized (if you do not use this method, then all columns will be serialized)

  • list - list of true/false values separated by comma, if list empty then all fields will be serialized
   //serialize only 1st and 4th columns
   mygrid.setSerializableColumns("true,false,false,true,false,false,false")

See also: serialize, setSerializationLevel