找回密码
 立即注册

QQ登录

只需一步,快速开始

gw0506
超级版主   /  发表于:2015-12-28 15:34:00
11#
目前看,更换模板的办法是相对稳妥的。这有可能是bug,已经报请研发团队确认了。
回复 使用道具 举报
Alice
社区贡献组   /  发表于:2016-2-29 15:07:00
12#
回复 10楼CanYou1的帖子

研发组提供了解决方案,你先看看。
  1. private void grid_LoadedCellPresenter(object sender, DataGridCellEventArgs e)
  2.         {
  3.             e.Cell.Presenter.Background = new SolidColorBrush(Colors.White);
  4.             if (e.Cell.Column.IsReadOnly)
  5.             {
  6.                 e.Cell.Presenter.Background = new SolidColorBrush(Color.FromRgb(222, 222, 222));
  7.             }
  8.         }
复制代码
请点击评分,对我的服务做出评价!  5分为非常满意!

葡萄城控件服务团队

官方网站: http://www.gcpowertools.com.cn
回复 使用道具 举报
12
您需要登录后才可以回帖 登录 | 立即注册
返回顶部