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>
templateStringDefines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence.
template-handlerStringDefines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence.
template-idStringDefines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence.
template-viewIHtmlContentDefines a template that will be used to visualize the skeleton shapes. If both grid and template are defined the grid takes precedence.
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-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support