firstly,you must deploy allowpage=true;
then activating the grd event named "PageIndexChanged"
private void yourgrid_PageIndexChanged(object sender, Infragistics.WebUI.UltraWebGrid.PageEventArgs e)
{
this.yourgrid.CurrentPageIndex=e.NewPageIndex;
yourBoundData();
}good luck