This behavior helps you quickly find the records that have the selected field starting with a certain letter of the alphabet, that you choose with a single click. The navigation bar contain hyperlinks to pages that are part of the same web structure. Displays all the letters of the English alphabet (26), as links, as well as an 'Other' link for the items that start with other characters and a link for field start with number.
Recordset:
The recordset you want paging
Repeat area container:
The HTML element in the page where insert the repeat area elements.
Supported elements are: DIV SPAN TD TABLE
Pagination container:
The HTML element in the page where insert the pagination elements.
This elements can be repeated more than one times.
Supported elements are: DIV SPAN TD TABLE
Repeat area template:
The HTML template of the repeat area. The extension will repeat this template for each record in your recordset.
To insert dynamic value from the record fields you must use this method:
<tr>
<td><a href="EditPage.asp?id=[id]">Edit</a></td>
<td>[name]</td>
</tr>
The extension will replace the part between [] with the value of the correspondant record field. Any formatting of this replaced values must be inside the recordset.
Repeat area template from file:
Alternatively the template of the repeat area can be saved in a file
Header area template:
The HTML template of the repeat area header.
Header area template from file:
Alternatively the template of the repeat area header can be saved in a file
Letter field:
The recordset field will be alphabetically indexed
Link style:
The css style for the links in the navigation bar
Current letter style:
The css style for the current letter in the navigation bar
Non active link style:
The css style for the inactive link in the navigation bar.
Active page mask:
The link mask where the {1} will be replaced with the link. Can be used to add special chars to enclose the current letter like [1]
Link separator:
The characters will be insert between the links to separate the links.
Display 0-0 entry:
Check the Display 0-9 entry option if you want the navigation bar to present the digits entry (for the items that start with a digit). If you do not check this option and if there are records that start with digits, they will be displayed under the 'Other' entry.
Handle empty elements:
With this options you can decide if you want the entries with no associated items to be shown as links, as text, or not at all.
Lock page:
If checked when the page start the Ajax request to get the new page recordset a div is open to lock all the page controls
Background color:
The background-color of the lock div
Background opacity:
The opacity in percentage of the lock div
Fade duration:
The lock div is open with a fade effect, this value define the milliseconds of the effect duration, set to 1 to disable the fade effect
Wait message:
The message is show in the middle of the lock div, can contains HTML code
Wait message from file:
Alternatively the wait message can be saved in a file, this is the path of the wait message file path. In the dwzAjaxPaging folder you can find a default wait message file.