English 中文(简体)
Jqgrid编辑行自动调整大小选项
原标题:Jqgrid edit row auto-resize option

我们有jqgrid编辑模式的自动调整大小选项吗。我使用编辑单元格,说如果用户有大文本,那么双击它就会进入编辑模式,很可能用户无法阅读文本,因为看起来文本字段是固定长度的。有没有一种方法可以调整它的大小,让用户可以看到整个内容/文本。

最佳回答

如果发现内联编辑限制性太强,则可能需要考虑打开对话框来编辑行。例如,对话框可以为您的大型文本字段提供足够的空间。

问题回答

暂无回答




相关问题
Retrieving original row data from jqGrid

It is possible to use the getRowData method to retrieve the current of a cell but this retrieves the current cell content rather than the original data before it went through the formatter. How do I ...

How to programmatically select top row of JQGrid?

How does one programmatically select the top row of a JQGrid. I want to have the top row already selected when it is opened on the page. My grid is sorted by a descriptive column so the first row s id ...

Blank when NaN in jqGrid cells

How to set blank instead of NaN in jqGrid cells ? Using formatter ? Is there an example?

complete jqGrid?

Please, can anyone tell me how to use jqGrid? I want to do edit, add & delete functionality. Also I want to show an image in the grid Please tell me, what can I do, and how can I do?

jqGrid: is there an event for when columns are reordered?

I m using the column reordering feature in jqGrid $grid = jQuery("#list").jqGrid({ sortable:true, ... }); Is there an event that fires after columns are re-ordered? If there is, I can t see ...

Wrapping Text lines in JqGrid

Can you get lines of text to wrap in JqGrid? I have had a look round but i can t find anything.

using jqgrid style for usual Table in asp.net mvc

I d prefer using Table and td instead of JqGrid but i like JqGrid styles. has anyone used jqgrid style for usual Grid of asp.net MVC(i mean Table and td) before?

热门标签