Silverlight 2 DataGrid December 2008
Posted 张善友
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Silverlight 2 DataGrid December 2008相关的知识,希望对你有一定的参考价值。
Silverlight 2 DataGrid控件的12月版本,修复了30多个bug,bug也是太多了吧,具体的说明参看Scott Morrisons blog.
Silverlight 2 DataGrid控件的12月版本,修复了30多个bug,bug也是太多了吧:
- Rows containing focus no longer disappear when the ItemsSource changes
- ComboBox and other controls opening a popup now work as expected
- DataGrid Selection is preserved when sorting
- Buttons outside the DataGrid work as expected when they are clicked while the DataGrid is in editing mode
- Improved FrozenColumn behavior
- Improved cell currency
- SelectedItem is updated before the CurrentCellChanged event is raised
- Many more...具体的说明参看Scott Morrisons blog.
以上是关于Silverlight 2 DataGrid December 2008的主要内容,如果未能解决你的问题,请参考以下文章
WPF DataGrid 样式-Silverlight DataGrid?
Silverlight- DataGrid 控件 - 选择更改事件干扰排序
Silverlight Combobox 将所选项目设置为 datagrid 的所选项目