上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页
摘要: http://www.cnblogs.com/Mainz/archive/2011/10/04/2198924.html 阅读全文
posted @ 2012-06-16 06:53 Ken-Cai 阅读(93) 评论(0) 推荐(0) 编辑
摘要: 1. 使用Convertor<RadioButton Content="type 1" IsChecked="{Binding Path=MyTypeProperty, Mode=TwoWay, Converter={StaticResource ConvertMyType}, ConverterParameter=type1}" /> <RadioButton Content="type 2" IsChecked="{Binding Path=MyTypeProperty, Mode=TwoWay, Co 阅读全文
posted @ 2012-06-14 22:11 Ken-Cai 阅读(213) 评论(0) 推荐(0) 编辑
摘要: 1. 错误 System.ServiceModel.DomainServices.Client.LoadOperation op = ctx.Load(ctx.GetCustomersQuery()); 正确 var op = ctx.Load(ctx.GetCustomersQuery()); 或 System.ServiceModel.DomainServices.Client.LoadOperation<Customer> op = ctx.Load(ctx.GetCustomersQuery());2 <sdk:DataGrid AutoGenerateColumns 阅读全文
posted @ 2012-06-12 08:27 Ken-Cai 阅读(460) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/Ken-Cai/admin/Silverlight%20Multi%20File%20Uploader 阅读全文
posted @ 2012-06-07 20:53 Ken-Cai 阅读(231) 评论(1) 推荐(0) 编辑
摘要: public const string CustomerListPropertyName = "CustomerList"; private IEnumerable<Customer> _customerList; public IEnumerable<Customer> CustomerList { get { return _customerList; } set { if (_customerList == value) return; var oldValue = _customerList; _customerList = value; / 阅读全文
posted @ 2012-06-07 20:25 Ken-Cai 阅读(122) 评论(0) 推荐(0) 编辑
摘要: Menu and Context Menu for Silverlight 4.0http://sl4popupmenu.codeplex.com/ 阅读全文
posted @ 2012-06-03 17:09 Ken-Cai 阅读(220) 评论(0) 推荐(0) 编辑
摘要: http://code.msdn.microsoft.com/silverlight/ 阅读全文
posted @ 2012-05-31 20:15 Ken-Cai 阅读(132) 评论(0) 推荐(0) 编辑
摘要: Tim Heuer 阅读全文
posted @ 2012-05-30 23:24 Ken-Cai 阅读(145) 评论(0) 推荐(0) 编辑
摘要: 并且有未提交的更改。调用 BeginEdit 后必须调用 EndEdit 或 CancelEdit 才能提交更改解决方法: this.dataForm1.CommitEdit(); 阅读全文
posted @ 2012-05-29 14:41 Ken-Cai 阅读(256) 评论(0) 推荐(0) 编辑
摘要: http://www.cnblogs.com/wsdj-ITtech/archive/2009/09/11/1564659.html 阅读全文
posted @ 2012-05-29 10:59 Ken-Cai 阅读(106) 评论(0) 推荐(0) 编辑
上一页 1 ··· 16 17 18 19 20 21 22 23 24 ··· 37 下一页