SkeletonContainer

Example

Razor
<kendo-skeletoncontainer>
    <container-template></container-template>
    <grid />
</kendo-skeletoncontainer>

ChildTags

Tag NameDetails
container-templateTemplateTagHelper
gridSkeletonContainerGridSettingsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
animationSkeletonContainerAnimationDetermines whether the items will be animated
heightStringDetermines the height of the component. Numeric values are treated as pixels.
script-attributesIDictionary<String,Object>Sets the attributes that will be added to the script tag of the component's initialization script.
templateStringRepresents a collection of templates defined for the component.
template-handlerStringDefines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence. This option expects the name of a JavaScript function that will be called to return the template.
template-idStringDefines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence. This option expects the ID of the script element that contains the template.
template-viewIHtmlContentDefines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence. This option expects the instance containing the created HTML.
widthStringDetermines the width of the component. Numeric values are treated as pixels.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support