You can use server filtering to display a subset of data, a reduced portion of the whole dataset. Basically,
the widget displays just the data returned from the server depending on the search criterion
of the user.
This is quite useful when the dataset is large and contains thousands or more records.
In such situations, you can define a minimum filter length by using the MinLength property.
For instance, if you set this option to 3, the widget will not start filtering the dataset
until at least 3 characters are entered.
When server filtering is enabled, the web service request will not be performed until the user has typed in a sufficient amount of symbols.