Copy data whithout html tags

Hi

I have to copy a cell to a string without the hmtl tags.
There is a integrated solution with TMS function or I have to build it ?
regards
olivier

Did you set grid.Navigation.CopyHTMLTagsToClipboard = false ?


Hi Bruno

I doen't use the clipbord to copy, just assignation :

Variable :=  Lst_responsable.Cells[0, Lst_responsable.Row];

and "Lst_responsable.Cells[0, Lst_responsable.Row]" contains html tags.
regards
olivier
 

If you want to get cell content without HTML tags, please use


grid.StrippedCells[col,row]

Hi Bruno
Thanks for your answer.
It is exactly what I want to do :)

I didn't find this function in the "devolopers guide", maybe for a next update ?
Thanks again
olivier

It will be added in the dev guide in the next release