Kendo.Mvc.UI.Fluent.DataSourceFilterStringDescriptorBuilder
Defines the fluent interface for configuring filter string operator.
Methods
StartsWith(System.String)
Includes only values which are starting with the given string.
Parameters
value System.String
The string with which the result should start
EndsWith(System.String)
Includes only values which end with the given string.
Parameters
value System.String
The string with which the result should end
Contains(System.String)
Includes only values which contain the given string.
Parameters
value System.String
The string which the result should contain
DoesNotContain(System.String)
Includes only values which does not contain the given string.
Parameters
value System.String
The string which the result should not contain
IsEmpty
Includes only values which are equal to empty string.
IsNotEmpty
Includes only values which are not equal to empty string.