Categories | Question details Back To List | ||
How can i remove link tag on serialize csv format? Hello. I am using DHTMLX grid professional. When I try to do serializeToCSV, It function has serialized datas from grid well. But It data include link tag. Actually I do not need that tag. Can you remove link tag in serializeToCsv function. And other issue is on serailizeToCSV function and printView when using that functions with attached header, it is not working well. Please check that functions. Thanks you. Best Regards Jay Lee. Answer posted by Support on Feb 01, 2008 02:02 >>Can you remove link tag in You can define which columns need to be included in serialization by grid.setSerializableColumns(... Also you can replace in dhtmlxgrid_nxml.js else this._agetm="getValue"; by else this._agetm="getTitle"; as result - only text part of cell will be included in serialization >> and printView when using that functions with attached header Please send any kind of example where headers is incorrect on printView - you can send it directly to support@dhtmlx.com |