Telerik RadGrid 刷新单行而不是使用重新绑定
我正在使用 RadGrid 来显示股票信息。数据绑定是 2 个视图和 2 个表的组合。这是一个相当密集的查询,并且其背后的数据变化很大。现在,当我更新单行中的值时,我必须重新绑定数据以更新我的网格(我在项目上使用 UpdateValues,但它没有可见的效果)。这需要太长的时间才能变得用户友好。有没有一种简单的方法可以解决这个问题,这样我就可以更新具有更改数据的行?
I am using a RadGrid to display stock information. The data bound is a combination of 2 views and 2 tables. This is quite an intensive query, and the data behind it changes a lot. Now, when I update a value in a single row, I have to Rebind the data to update my grid (I use UpdateValues on the item, but it has no visible effect). This is taking too long to be user-friendly. Is there a simple way to work around it, so I can just update the row which has the changed data ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为没有办法做到这一点,因为 Telerik Grid 是数据绑定控件 - 因此要修改其源并刷新网格 UI 中的数据,您将需要绑定所有行。
迪克
I do not think there is a way to do that because the Telerik Grid is data bound control - hence to modify its source and refresh the data in the grid UI, you will need to bind all rows.
Dick