Просмотр исходного кода

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 лет назад
Родитель
Сommit
6c1f56b5fc

+ 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) {