HOWTO: Customize SmartPager
Wednesday, 04 July 2007
SmartPager renders the paging user interface for the SmartDBView control. SmartPager can either use its built-in user interface or the PagerTemplate template property.
SUMMARY
SmartPager renders the paging user interface for the SmartDBView control.
SmartPager can either use its built-in user interface or the PagerTemplate template property.
MORE INFORMATION
In order to modify SmartPager user interface you have to edit the PagerTemplate
template property. You can fill-in the property with the markup of one of the built-in
user interface templates.
In order to initialize the PagerTemplate property open the web page in design mode and from the smart-tag panel select one of the Create <Name> Template
commands. This will fill in the PagerTemplate property with the markup that
is equivalent to the built-in user interface. You can further customize the PagerTemplate
content.
SmartPager uses some predefined button command names. You can fine detailed description
of the command names in the online documentation -
Smart Pager Class.
|