Hello everyone
Is there a way to make editable a field on list page but not inline edit mode.
I am showing on my list page 4 fields (A, B, C, D) and I would like that B is always editable while is on list page, B is a checkbox, I tried doing it with
var ctrl = Runner.getControl(pageid,' B ';
ctrl.setEnabled();
but did not work.
even adding an event click on the B field and changing his value.
Somebody could you give me a clue please.
Thank you