I have a table where some columns have # (as in #121) or & (as in A&B company). I noticed that when deleting the row with A&B company, I have no problem at all. However, deleting the row with #121 or A&&B, A@B etc result in the error message:
data[...] is null or not an object.
My current code reads as:
data.deleteRow(data.getCurrentRow());
data.refresh();
I displayed the data in the column that has the special characters using: