Version

FilteringType Property (ComboModel)

Gets sets type of filtering.
Syntax
'Declaration
 
Public Property FilteringType As System.Nullable(Of ComboFilteringType)
public System.Nullable<ComboFilteringType> FilteringType {get; set;}
Remarks

Notes:

If this option is set to "remote", then the "css.waitFiltering" is applied to combo and its drop-down list. remote type="string" filtering is performed by server. local type="string" filtering is performed by $.ig.DataSource. none type="string" filtering is disabled.

Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub