具有编辑功能的 devexpres 网格不调用行更新事件

发布于 2024-08-23 06:29:34 字数 124 浏览 4 评论 0原文

我正在使用具有编辑功能的 devexpress grid 来更新 gridview 中的记录 该代码是在 asp.net & 中完成的c#.net

但在编辑记录后单击更新时。它只是让进度条运行而不调用更新事件?

i am using devexpress grid with edit functioality to update the records in the gridview
the codeis being done in asp.net & c#.net

but while clikcing the update after editing the records . it just shoes the progressbar runnning and doesn't invokes the updating event ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

悸初 2024-08-30 06:29:34

服务器端可能出现错误,并且客户端由于使用回调而未更新。看一下这个截屏视频,它可以帮助您显示错误:

http://community.devexpress.com/blogs/aspnet/archive/2008/07/23/video-how-to-handle- an-asp-net-ajax-callback-error.aspx

There could be an error on the serverside and the clientside is not updated since it's using a callback. Take a look at this screencast which can help you display the error:

http://community.devexpress.com/blogs/aspnet/archive/2008/07/23/video-how-to-handle-an-asp-net-ajax-callback-error.aspx

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文