Click or drag to resize
KaxComboBoxItemRequestTimeout Property
Specifies the timeout after each keypress before KaxComboBox fires an AJAX callback to the ItemsRequested server-side event.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public int ItemRequestTimeout { get; set; }

Property Value

Type: Int32
Remarks
In miliseconds. ItemRequestTimeout = 500 is equal to half a second delay.
See Also