Hi,
Does someone know if it is possible to make a field/column in a list/grid editable via a H5 script?
Not entirely sure if it's a Custom Field or Standard you're trying to make editable, but removing Editability is like below (Row 1 Column 9): $("#R1C9").removeClass('edit-cell');Maybe you can try "addClass" instead to make the Field editable.
Thanks will try that! It is a standard field / a program where with the old list standard so we can't change or add fields.