Hello,
i have a field “telephone” in my form / editable grid. This field should look like a URL:
field telephone: 1234567890
field URL : http://192.168.222.26/index.htm?NUMBER=1234567890&DIAL=1
This is not a problem (changed in onRecord), but when i edit the record, the field value is “<a href …” and not “01234567890”.
My question: how do I display the url only if the record is not in edit mode?