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 的数据属性被初始化之前被触发。这导致将空数据提交到服务器。谁能帮我?
您可以禁用autobind选项设置为 false 的自动请求并手动调用读取 ajax 请求。
$('#GridName').data('kendoGrid').dataSource.read()