2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>
authorGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 6 Oct 2005 07:47:04 +0000 (07:47 -0000)
committerGonzalo Paniagua Javier <gonzalo.mono@gmail.com>
Thu, 6 Oct 2005 07:47:04 +0000 (07:47 -0000)
commit43707daedd5ccf7c0820fc94483fc83b21652d9a
treeef49be3f8612cc701a2d2941ec6dc534d54a1c08
parent8d0ae50539e30ac5b86641ddb53de014b7ce0729
2005-10-06 Gonzalo Paniagua Javier <gonzalo@ximian.com>

* DataGrid.cs: change the ListItemType for the item selected, set
SelectedIndex before calling OnSelectedIndexChanged and set the selected
item type correctly when creating the columns. Fixes bug #76334.

* ButtonColumn.cs:
* EditCommandColumn.cs: use a ForeColorLinkbutton, otherwise when
selecting the row, the button keep the regular link color.

* DataGridColumn.cs: made the class internal.

svn path=/trunk/mcs/; revision=51320
mcs/class/System.Web/System.Web.UI.WebControls/ButtonColumn.cs
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
mcs/class/System.Web/System.Web.UI.WebControls/DataGrid.cs
mcs/class/System.Web/System.Web.UI.WebControls/DataGridColumn.cs
mcs/class/System.Web/System.Web.UI.WebControls/EditCommandColumn.cs