jqGrid colModel contains only a multi-line read table defined using the properties below. The content row is longer than the column width, the text is long, so tooltio does not display all the content. Unable to see all content.
I am looking for a way to allow the user to see the contents of entire columns. For example, if a form edit button is clicked, this column content should appear in the edit form as a readonly text field. However, readonly columns are not displayed on the edit form.
How to allow the user to see all the column content?
colModel: [{ "name":"LoggedLongText", "editable":false,"width":539, "classes":"jqgrid-readonlycolumn","fixed":true, "hidden":false,"searchoptions":{"sopt":["cn","eq","ne","lt","le","gt","ge","bw","ew","nc"]}} }]
source share