Hi,
Although I set the AllowCustomPaging = false; but when I see in the Properties of the DataGrid it should its True instead of being false. Any ideas.
public class Styled : DataGrid
{
public Styled()
{
this.AllowCustomPaging = false;
this.AllowPaging = true;
this.PagerStyle.Mode = PagerMode.NumericPages;
this.PageSize = 5;
}
}
Hope it helps!
AzamSharp
Microsoft Certified Professional
My Blog KoffeeKoderInterested in writing for KoffeeKoder!
Email me!