Devexpress LinqServerModeDataSource 与 LinqDataSource
我需要访问 LinqServerModeDataSource 的返回结果。当使用普通的 Linqdatasource 时,您可以在“Selected”事件 e.Result 中访问此信息,但 devexpress 对象没有此事件。 现在我想了一下,devexpress 数据源上没有“ed”事件“Updated”,“Inserted”只有“ing”事件。
任何帮助都会很棒 谢谢
I need to access the returned results of a LinqServerModeDataSource. When using the normal Linqdatasource you can access this information in the "Selected" event e.Result, but the devexpress object does not have this event.
Now that I think about it there are no "ed" events "Updated", "Inserted" only "ing" events on the devexpress data source.
Any help would be great
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您是否考虑过在数据返回后通过 ASPxGridView 获取数据?
或者您可以将 Microsoft LinqDataSource 与 ASPxGridView 一起使用。
Have you considered getting the data through the ASPxGridView once the data is returned?
Or you can use the Microsoft LinqDataSource with the ASPxGridView.