セルのインライン編集中にセルのテキストを折り返すことは可能ですか? 私はいくつかのことを試しましたが、効果はありません:
<style type="text/css">
.ui-jqgrid tr.jqgrow td {
white-space: normal !important;
}
.ui-jqgrid td textarea {
white-space: normal !important;
}
</style>
最初の設定は非編集モードで機能し、2 番目の設定は効果がありません (編集中)。