Telerik MVC Grid commitChanges 函数返回值
我们使用 SubmitChanges 函数将更改从网格提交到控制器。但我们希望函数返回值。有谁知道我们如何获得返回值或技巧?
$('#Grid).data('tGrid').submitChanges(); ok.
var ret = $('#Grid).data('tGrid').submitChanges(); // ok but ret is undefined
we are using submitChanges function for submit changes to the controller from grid. but we hoped but function returned value. does anybody know how can we get returned value or a trick?
$('#Grid).data('tGrid').submitChanges(); ok.
var ret = $('#Grid).data('tGrid').submitChanges(); // ok but ret is undefined
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我不确定,但我使用 onError 事件回调来知道出了什么问题。我不确定它是否适用于您的情况,但尽管如此,我还是粘贴了示例代码。
问候,
涅槃
I am not sure but I use the onError event callback to know what went wrong. I am not sure whether it will work in your case but nevertheless I am pasting sample code.
regards,
Nirvan