
Paging and Sorting Report Data:
Step 3-Adding Paging Support
This step of the VIDEO TUTORIAL will demonstrate on how to adding paging support to the GridView control that was added in the previous step. Adding paging support with out of the box functionality is very simple and can be configured by checking the enable paging check box from the smart tag menu of the grid view. In addition, there are various PagerSettings that can be configured using the properties window of the GridView control. Finally, a PagerRowStyle class is added to the Style.css of the project and this class is applied to the GridView.skin file in App_Themes folder of the Data Tutorial project. This addition of newly created PagerRowStyle class to the GridView.skin file ensures that any GridView control that is added to any of the pages of Data Tutorial project would have similar interface at run time display.For detailed information and source code for this step, please refer to the original article.
This video presentation is available ONLY for REGISTERED users of this web site due to significant costs associated with data transfer of multimedia content. Please register to view this video. Registration is FREE of charge and takes less than a minute to complete. Thanks for your consideration.
---Administrator