• htmlEncode (value) : String
    Encodes HTML characters to entities.

    Parameters

    value: String
    The string that needs to be HTML encoded.
    Returns
    String The encoded string.
  • render ()
    Shorthand for {@link kendo.Template.render}.
  • template ()
    Shorthand for {@link kendo.Template.compile}.
  • touchScroller (element)
    Enables kinetic scrolling on touch devices

    Parameters

    element: Selector
    The container element to enable scrolling for.