* GridView.cs: fixed: show all rows when AllowPaging=false svn path=/trunk/mcs/; revision=70660
@@ -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.
@@ -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) {