NavLite Element

Top  Previous  Next

NavLite element is similar to Navigator. The differences are; the NavLite element does not show a page index and does not support "Next Block" and "PreviousBlock" commands.

It should be used especially for the data sources that potentially return big amount of result records. The "Pages Per Blocks" property of such data sources should be set to 0. When "Pages Per Block" is 0 the service class of the data source does not bother to find out the total number of records and therefore returns the result faster.

The total number of the record  will be known when end of the results is reached. At that moment the color of the "Current page" edit box is changed and the tool tip, that appears when the cursor is on the edit box, displays the total record number.

navlite

For the element properties see the Navigator Element. Do not forget to set the "Pages Per Block" property of the associated data source to 0.