PropertyGrid

Example

<kendo-propertygrid>
    <columns></columns>
    <context-menu></context-menu>
    <excel />
    <messages />
    <pdf></pdf>
    <property-grid-items></property-grid-items>
    <toolbar></toolbar>
</kendo-propertygrid>

ChildTags

Tag Name Details
columns PropertyGridColumnsSettingsTagHelper
context-menu PropertyGridContextMenuSettingsTagHelper
excel PropertyGridExcelSettingsTagHelper
messages PropertyGridMessagesSettingsTagHelper
pdf PropertyGridPdfSettingsTagHelper
property-grid-items PropertyGridItemsTagHelper
toolbar PropertyGridToolbarsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
as-child-component Boolean
has-client-component Boolean
deferred Boolean Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
is-in-client-template Boolean When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
edit-mode Boolean If set to true, the user will be able to edit the values of the object's properties to which the PropertyGrid is bound. By default, editing is enabled. can also be set to a string (which specifies the edit mode).The supported string values are: (Default) incell.
groupable Boolean Enables the grouping of properties. Set this configuration to false to disable grouping.
height Double Sets the height of the PropertyGrid. Numeric values are treated as pixels.
model Object Sets the object to which the PropertyGrid is bound.
navigatable Boolean If set to true, the user can navigate the component with the keyboard. By default, keyboard navigation is disabled.
on-before-edit String Fires when the user tries to edit a data item before the editor is created. Can be used for preventing the editing depending on custom logic. The event handler function context (available through the this keyword) will be set to the component instance. The event will be fired only when the PropertyGrid is editable.
on-cancel String Fires when the user closes the edit cell via the Esc key or when the Reset command from the ContextMenu is executed. The event handler function context (available through the this keyword) will be set to the component instance.
on-cell-close String Fires when the incell edit mode is used and the cell will be closed. The event is triggered after saving or canceling the changes but before the cell is closed. The event handler function context (available through the this keyword) will be set to the component instance.
on-change String Fires when the user selects a table row in the PropertyGrid. The event handler function context (available through the this keyword) will be set to the component instance.
on-collapse String Fires when an item is about to be collapsed. The event handler function context (available through the this keyword) will be set to the component instance.
on-column-resize String Fires when the user resizes a column via the Resize contextMenu command. The event handler function context (available through the this keyword) will be set to the component instance.
on-edit String Fires when the user edits a data item. The event handler function context (available through the this keyword) will be set to the component instance.
on-excel-export String Fires when the user clicks the Export to Excel toolbar button.
on-expand String Fires when an item is about to be expanded. The event handler function context (available through the this keyword) will be set to the component instance.
on-group-collapse String Fires when a group of items is about to be collapsed. The event handler function context (available through the this keyword) will be set to the component instance.
on-group-expand String Fires when a group of items is about to be expanded. The event handler function context (available through the this keyword) will be set to the component instance.
on-pdf-export String Fires when the user clicks the Export to PDF toolbar button.
on-save String Fires when a data item is saved. The event handler function context (available through the this keyword) will be set to the component instance.
resizable Boolean When set to true the user will be able to resize columns via the context menu. When set to false the ContextMenu Resize command will not be available.
sanitize-id Boolean
scrollable Boolean If set to true, the PropertyGrid will display a scrollbar when the total row height or width exceeds the PropertyGrid height or width. By default, scrolling is enabled.
show-details Boolean Use this configuration to disable the ToggleDetails command button on the toolbar and to prevent the rendering of the Details/Info box.
width Double Sets the width of the PropertyGrid. Numeric values are treated as pixels.
In this article
Not finding the help you need?