>>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
Hello.
Thanks for replying. But It is not working well. When I call ‘getTitle’ function, that return link data instead of title. plaes check this.
Best regard.
Jae Lee
If you need text part of cell only you can use getContent instead of getTitle - but it supported only by link excell and will throw error if you using it against different column types.