Textbox - AutoComplete


Native values
Multiple values
Remote values
Multiple remote values

About this example


Textbox offers AutoComplete methods to enable auto complete feature.

  • AutoComplete(string[] source) - Specified the AutoComplete values by string array.
  • AutoComplete(string[] source, bool isMultipleValues) - Specified the AutoComplete by string array and allows select multiple values.
  • AutoComplete(string url) - Specified the remote url that returns select values.
  • AutoComplete(string url, bool isMultipleValues) - Specified the remote url that returns select values and allows select multiple values.