Hello,
what is the correct way to get the value of a cell without HTML tags?
I get tags like "<hi>" in my string returned by Grid->Cells[col][row] after using the search footer.
Thank you.
You can do this with
grid.StrippedCells[1,1]: string;
this will return the text without HTML tags.