Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
DataGrid Paging
Message
General information
Forum:
ASP.NET
Category:
The Mere Mortals .NET Framework
Title:
Miscellaneous
Thread ID:
00776566
Message ID:
00776616
Views:
16
Stephen,

The DataGridPageChangedEventArgs class is part of the .NET Framework. Since mmDataGrid inherits from DataGrid, you will get all the paging functionality.

I would change the DataBind() line to the following instead:
MmDataGrid1.OnBindData(this.PrimaryBizObj);
>I have this in my datagrid to do paging:
>
>private void MmDataGrid1_PageIndexChangedEventArgs(object sender, System.Web.UI.WebControls.DataGridPageChangedEventArgs e)
>{
>MmDataGrid1.CurrentPageIndex = e.NewPageIndex;
>MmDataGrid1.DataBind();
>}
>
>I can't find in OakLeaf.MM.Main.Web.UI.WebControls. the DataGridPageChangedEventArgs.
>
>Any work arounds?
-----------------------------------------

Cathi Gero, CPA
Prenia Software & Consulting Services
Microsoft C# / .NET MVP
Mere Mortals for .NET MVP
cgero@prenia.com
www.prenia.com
Weblog: blogs.prenia.com/cathi
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform