Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Feb 05, 2008 11:41
open dhtmlx forum
I have got the answer below, but It is something wrong.

>>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 mailto: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

Answer posted by Support on Feb 06, 2008 03:25
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.