简体   繁体   English

如何使用RIA服务和Entity Framework 4在Silverlight 4中进行实时图表或实时数据网格

[英]how to do Live chart or Live datagrid in silverlight 4 with RIA service and Entity Framework 4

can anyone tell me how i can do a Live chart/datagrid with using RIA service and Entity Framework 4 in silverlight 4? 谁能告诉我如何在Silverlight 4中使用RIA服务和Entity Framework 4进行实时图表/数据网格处理? So whenever the data has been updated in the database, then the corresponding row or chart will update automatically 因此,只要数据库中的数据已更新,相应的行或图表都将自动更新

thank you 谢谢

我认为您可以尝试在几个时间段内刷新与您的数据网格或图表绑定的集合。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Silverlight dataGrid 与 ria 服务的绑定不起作用 - Silverlight dataGrid binding with ria Service doesn' work Silverlight 4 + RIA服务负载 - Silverlight 4 + RIA Service Loads 远程服务器上的实时实体框架连接字符串 - Live entity framework connection string on remote server Azure 服务总线消息传递后的存活时间是多久? - How long do Azure Service Bus messages live once delivered? 在Silverlight RIA中绑定到数据网格的项源时,NotifyPropertyChanged - NotifyPropertyChanged when binding to itemsource of datagrid in Silverlight RIA 需要帮助调试:无法通过RIA服务,实体框架,MySQL将数据获取到Silverlight应用程序 - Need help debugging: Having trouble getting data to Silverlight App through RIA Services, Entity Framework, MySQL 当需要调用数据库时,如何在Silverlight / RIA中进行验证? - How To Do Validation in Silverlight/RIA When A Call To Database Is Required? “或”一起表达 <Func<EntityFramework Entity, bool> &gt;在.NET 4中,Silverlight RIA域服务 - “Or” Together Expression<Func<EntityFramework Entity, bool>> in .NET 4, Silverlight RIA domain service 如何为实时图表饼添加值? - How to add values to Live Chart Pies? 如何在实时图表中隐藏背景网格线? - How to hide background grid lines in live chart?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM