Thread ID: |
Created: |
Updated: |
Platform: |
Replies: |
142310 | Jan 27,2019 09:47 PM UTC | Jan 29,2019 04:39 AM UTC | ASP.NET Web Forms | 3 |
![]() |
Tags: Grid |
<ej:Grid ID="Projects_Grid" runat="server" AllowPaging="true">
<ClientSideEvents DataBound="bound" />
</ej:Grid>
public partial class GridFeatures : System.Web.UI.Page
{
List<Orders> order = new List<Orders>();
public static List<int> pageList = new List<int>();
protected void Page_Load(object sender, EventArgs e)
{
BindDataSource();
pageList.Add(1);
pageList.Add(5);
pageList.Add(10);
pageList.Add(15);
pageList.Add(20);
this.Projects_Grid.PageSettings.PageSizeList = pageList;
}
…………………………………….
} |
|
<ej:Grid ID="Projects_Grid" runat="server" AllowPaging="true">
<ClientSideEvents DataBound="bound" />
</ej:Grid>
<script>
function bound(args) {
// perform your action here
}
</script> |
This post will be permanently deleted. Are you sure you want to continue?
Sorry, An error occured while processing your request. Please try again later.
This page will automatically be redirected to the sign-in page in 10 seconds.