delayChoose Option

Default: 300


If autoChoose option set to true, the delay in milliseconds the Combogrid waits to select the item that matches the search term. A zero-delay is more responsive, but can produce problems when deleting chars in the input field.

Code Example

Initialize a combogrid with the delayChoose option specified.

$( ".selector" ).combogrid({ delayChoose: 0 });

Get or set the delayChoose option, after init.


//getter
var delayChoose = $( ".selector" ).combogrid( "option", "delayChoose" );
//setter
$( ".selector" ).combogrid( "option", "delayChoose", 0 );

Live example

Type "thi" to open the menu.
The item will be automatically selected immediately.


Type "thi" to open the menu.
The item will be automatically selected after 3 seconds.


jQuery Combogrid Plugin Project

Combogrid is designed, developed and maintained by a single programmer.