具有编辑功能的 devexpres 网格不调用行更新事件
我正在使用具有编辑功能的 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
服务器端可能出现错误,并且客户端由于使用回调而未更新。看一下这个截屏视频,它可以帮助您显示错误:
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