摘要:
DataGrid的单元行的双击事件的产生效果没有产生的主要原因是由于,DataGrid把一个单元格当作一个TextBox,所以没有产生双击事件 解决方法大体思想代码如下: DataGrid dg = this.dataGrid1; dg.TableStyles.Clear(); DataGridTableStyle tableStyle ... 阅读全文
posted @ 2009-03-02 21:25
sandy.beach
阅读(758)
评论(2)
推荐(0)

浙公网安备 33010602011771号