|
|
Initializes a new instance of the SmartPager class. |
| Specifies the ID of the SmartDBView control which will be paged. | |
| During databinding this property allows access to the pager context information. | |
| Specifies if to disable the viewstate of the child controls. The default value is true. This is viewstate optimization. The child viewstate is not needed in most cases because the child controls are databoudn on each request. | |
| Specifies if SmartPager will be invisible if the control to page is in Edit mode. | |
| Specifies if SmartPager will be invisible if the control to page is in Insert mode. | |
| Specifies if SmartPager will be invisible if the control to page is in ReadOnly mode. | |
| Specifies if SmartPager will be invisible if no data is available or the control to page is missing | |
| Specifies if SmartPager will be invisible if only one page of data is available. | |
| This template property allows you to define custom paging user interface. You can use command buttons with specific command names to trigger page changing. For more information see SmartPager documentation. | |
| Determines which of the predefined templates to use if PagerTemplate is empty. | |
| Determines if the root element of the control will be rendered as DIV or SPAN | |
| Specifies the number of page numbers visible at once in one page group. The default value is 10. |
| Occurs when a button within a SmartPager control is clicked. | |
| Occurs after the user has selected a new page and before the current page has changed. |
| Raises the Command event. | |
| Raises the PageChanging event. |
SmartPager Class | Adillis.SmartDBForms Namespace