Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
グリッドの行が作成された後、行フィールドを読み取り専用にしたい。editModeの「row」と「rowedittemplate」の両方で機能させたいです。これどうやってするの?
更新機能で列設定を構成し、編集不可にしたい列の更新のために readOnly を true に設定する必要があります。
$(element).igGrid({ features: [ { name: "Updating", columnSettings: [ { columnKey: "Key", readOnly: true } ] } ] });
API ドキュメントは次のとおりです。