Sign in | Join
Last post 10-22-2004 6:21 PM by llangleyben. 7 replies.
Sort Posts: Oldest to newest Newest to oldest
public class ExtendedGrid : DataGrid { public ExtendedGrid() { AllowPaging = true; // set property of base class. I, personally, prefer base.AllowPaging syntax } }