如下:

   配置ASPxGridView控件分页显示格式

前端配置如下:

  

<SettingsPager PageSize="100" AlwaysShowPager="True" EllipsisMode="OutsideNumeric" Position="TopAndBottom" FirstPageButton-Visible="true" LastPageButton-Visible="true" >
            <Summary AllPagesText="第 {0} 页,共 {1} 页 (共 {2} 条)" Text="第 {0} 页,共 {1} 页 (共 {2} 条)" />
</SettingsPager>

 

相关文章: