Visual InterDev

EnablePaging Property

      Applies To

Specifies if all records should be displayed at once or if multiple pages should be used to display the records. Available at design time.

Settings

The settings for EnablePaging are:

Setting Description
True Specifies that the Grid control will use multiple pages to display the data.
False Specifies that the Grid control will not use multiple pages to display the data. All records will be displayed at one time.

Remarks

The EnablePaging property is used by the Grid control when generating the HTML for the grid.

This property is mapped to the Enable paging check box on the Navigation Tab of the Grid Properties dialog box.

The default value is True. When this value is true, the Grid will generate navigation buttons similar to the RecordsetNavbar control for paging through your data.