Retrieves data rows manually from DataSource based on user's queryText, startRow,
rowCount and other properties that are available to the context. This feature
allows faster and more effective partial data rows retrieval against a very
large DataSource.
In this topic, you will learn how to apply load on demand in WebCombo.
To apply load on demand in WebCombo
- Drag and drop WebCombo instance to the form.
- Bind WebCombo to
ISDataSource control.
- In ISDataSource control, set the following properties:
EnablePaging
|
True
|
SelectCountMethod
|
SelectCount
|
MaximumRowsParameterName
|
maximumRows
|
StartRowIndexParameterName
|
startRowIndex
|
SelectMethod
|
GetData
|
TableName
|
Customers
|
- Open WebCombo Designer - Advanced Settings.
- Set AllowAutoQueryHandler to False.
- Click OK to apply the changes.