Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by ez on Apr 24, 2009 02:41
open dhtmlx forum
grid problem with hidden columns

Hidden columns are being copied to clipboard at gridToClipboard() action.

Possible other clipboard actions are broken to.
Answer posted by dhxSupport on Apr 24, 2009 07:10
This is expected behaviour. Before putting string with grid to the clipboard gridToClipboard() method serialize grid to the CSV format. You can use setSerializableColumns(list) method to set which column shouldn't be serialized to the CSV. (list - list of true/false values separated by comma, if list empty then all fields will be serialized); You can find more information here http://dhtmlx.com/docs/products/kb/index.shtml?cat=search&page=1&q=8888&ssr=yes&s=setSerializableColumns