I have an infragistics ultrawebgrid v11.1 in my asp.net project and I've been asked to do away with paging on the grid. Even if I turn paging off by setting AllowPaging="false", the pager still appears, saying "jump to page 1 of 1" or something similar.
What can I do to hide the pager? If I remember correctly the gridview pager has a Visible attribute, but the pager for the ultrawebgrid doesn't seem to have this.