jqgrid - Different custom formatters for inline and form editing -
is there way show different custom formatter cell , form editing? i'm using custom formatter cell, defined in colmodel following
formatter:functionname
but not work on edit form.
i think there misunderstanding when custom formatter used. used filling grid body , not during editing (cell, inline or form editing). can need implement custom editing control (edittype: "custom"
, editoptions
custom_element
, custom_value
callback functions}). should describe more need implement.
see the answer, this one , this one more examples implementing of custom editing controls.
Comments
Post a Comment