Преглед на файлове

2007-01-08 Igor Zelmanovich <[email protected]>

	* GridView.cs: fixed: show all rows when AllowPaging=false

svn path=/trunk/mcs/; revision=70660
Igor Zelmanovich преди 19 години
родител
ревизия
6c1f56b5fc
променени са 2 файла, в които са добавени 4 реда и са изтрити 3 реда
  1. 4 0
      mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog
  2. 0 3
      mcs/class/System.Web/System.Web.UI.WebControls/GridView.cs

+ 4 - 0
mcs/class/System.Web/System.Web.UI.WebControls/ChangeLog

@@ -1,3 +1,7 @@
+2007-01-08 Igor Zelmanovich <[email protected]>
+
+	* GridView.cs: fixed: show all rows when AllowPaging=false
+
 2007-01-08 Igor Zelmanovich <[email protected]>
 
 	* SqlDataSourceView.cs: fixed CreateDbParameter, used DBNull for value=null.

+ 0 - 3
mcs/class/System.Web/System.Web.UI.WebControls/GridView.cs

@@ -1288,9 +1288,6 @@ namespace System.Web.UI.WebControls
 						oldEditValues = new DataKey (GetRowValues (row, true, true));
 					DataKeyArrayList.Add (new DataKey (CreateRowDataKey (row), DataKeyNames));
 				} 
-
-				if (list.Count >= PageSize)
-					break;
 			}
 
 			if (list.Count == 0) {