2003-06-26 Gonzalo Paniagua Javier <gonzalo@ximian.com>
[mono.git] / mcs / class / System.Web / System.Web.UI.WebControls / ChangeLog
index 2a3bbd5535b6a9be8f9a383d489a69f0582e1ab2..b9b7783bec2e4d9f0e4ec31d409f7ee48442c627 100644 (file)
@@ -1,6 +1,44 @@
+
+2003-06-26  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * ListControl.cs: save viewstate data when any of the 3 values is not
+       null. Fixed condition to save selection indices. Closes bug #45493.
+
+2003-06-20  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DataGrid.cs: fixed bug #43823.
+
+2003-05-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DataGrid.cs: fixed delegate type for SortCommand.
+
+2003-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DataGridColumnCollection.cs: added missing return in RemoveAt.
+
+2003-05-09  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DataGridColumnCollection.cs: fixed LoadViewState for the columns.
+       Don't save ViewState is the number of columns is 0.
+
+2003-05-02  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DataGrid.cs: get the right item Type for the property we're reading
+       fromt the data source.
+
+2003-04-30  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * Label.cs:
+       * TextBox.cs: added control builder attribute.
+
+2003-03-29  Gonzalo Paniagua Javier <gonzalo@ximian.com>
+
+       * DataGrid.cs: Fixed SaveViewState and type of ItemDataBound.
+
 2003-03-17  George Kodinov <gkodinov@openlinksw.co.uk>
         
-        * Unit.cs: Called the correct method to get the Numeric locale for the double conversion
+        * Unit.cs: Called the correct method to get the Numeric locale for the
+       double conversion
 
 2003-02-15  Gonzalo Paniagua Javier <gonzalo@ximian.com>