Kendo.Mvc.UI.Fluent.CustomDataSourceModelFieldDescriptorBuilder
Defines the fluent interface for configuring the ModelFieldDescriptor.
Methods
From(System.String)
Specifies the field of the original record which value to be used for population of the Model field.
Parameters
fromField System.String
The field of the original record which value to be used
Parse(System.String)
Specifies the handler which will parse the field value. If not set default parsers will be used.
Parameters
handler System.String
The handler
Parse(System.Func<System.Object,System.Object>)
Specifies the handler which will parse the field value. If not set default parsers will be used.