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.
kendo ui グリッドで crud 操作を行っていると、ajax のデータ プロパティが初期化される前にグリッドの ajax が起動します。その結果、null データがサーバーに送信されます。誰でも私を助けることができますか?
autobindオプションを false に設定して自動リクエストを無効にし、読み取り ajax リクエストを手動で呼び出すことができます。
$('#GridName').data('kendoGrid').dataSource.read()