Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Jul 06, 2007 16:14
open dhtmlx forum
When i copy the entire row to clip board i dont want the ID and the first column to be copied . Is it possible to control the columns that are getting copied on to the clip board

When i copy the entire row to clip board i dont want the ID and the first column to be copied . Is it possible to control the columns that are getting copied on to the clip board. kindly let me know as this is a critical issue in my project ..
Answer posted on Jul 06, 2007 19:44
>>Is it possible to control the columns that are getting copied
This can be controled by
    grid.setSerializableColumns(...

>> i dont want the ID
next command will remove ID from copied data
    grid.enableCSVAutoID(true);
   

basically operation with clipboard ( except block selection ) uses CSV serialization to form data, so all CSV serialization related command will affect them
Answer posted by Darya (Support) on Dec 05, 2014 14:37

To find more precise comments upon this issue, we can offer you read about asp calendar events and editable grid javascript.