how to show readonly fields in edit form in jqgrid or other way to show whole text from readonly column

后端 未结 3 1916
借酒劲吻你
借酒劲吻你 2021-01-12 18:36

jqGrid colModel contains read-only multi line column defined using properties below. Content line lenghts are greater than column width, text is to long so that tooltio does

3条回答
  •  渐次进展
    2021-01-12 18:56

    To show readonly fields on EditForm, you must try using the {readonly: true} property inside editoptions for a jqGrid column and will work.

提交回复
热议问题