QQ:6450046
摘要: class DataGridTreeViewColumn: DataGridColumnStyle { private TreeView myTreeView = new TreeView (); private DataView ChoiceDataViewSource; private string ChoiceDisplayFi... 阅读全文
posted @ 2008-09-12 15:57 易 天 阅读(1127) 评论(0) 推荐(0)
摘要: class DataGridComboBoxTableViewColumn: DataGridColumnStyle {//与DataGridComboBoxColumn不同,显示时使用DataTable,下拉时使用DataView private ComboBox myComboBox = new ComboBox (); private DataVi... 阅读全文
posted @ 2008-09-12 15:57 易 天 阅读(222) 评论(0) 推荐(0)
摘要: class DataGridTimePickerColumn : DataGridColumnStyle { private DateTimePicker myDateTimePicker = new DateTimePicker(); // The isEditing field tracks whether or not the user is ... 阅读全文
posted @ 2008-09-12 15:56 易 天 阅读(229) 评论(0) 推荐(0)
摘要: class DataGridTextBindColumn:DataGridColumnStyle { private DataView ChoiceDataViewSource; private string ChoiceDisplayField; private string ChoiceValueField; publi... 阅读全文
posted @ 2008-09-12 15:54 易 天 阅读(202) 评论(0) 推荐(0)
摘要: class DataGridComboBoxColumn: DataGridColumnStyle { private ComboBox myComboBox = new ComboBox (); private DataView ChoiceDataViewSource; private string ChoiceDisplay... 阅读全文
posted @ 2008-09-12 15:48 易 天 阅读(434) 评论(0) 推荐(0)