Thursday, January 29, 2015

Make a control to change the amount of pagination in a DevExpress grid to one of a view canned settings.

Per this:

   </Columns>
   <SettingsPager Position="TopAndBottom">
      <PageSizeItemSettings Items="5, 10, 20, 50, 100" />
   </SettingsPager>
</dx:ASPxGridView>

No comments:

Post a Comment