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.
5 つの列と動的な行を持つ jqxGrid があります。ボタンのクリック時にグリッドを有効/無効にするか、読み取り専用の true/false にする必要があります。無効/有効のプロパティをグリッド全体に適用する方法はありますか?
を使用$('#GRID ID).jqxGrid({ editable: false});して無効に$('#GRID ID).jqxGrid({ editable: true});し、編集可能にすることができます。
$('#GRID ID).jqxGrid({ editable: false});
$('#GRID ID).jqxGrid({ editable: true});