GridMessagesSettingsTagHelper
Example
Razor
<messages>
    <ai></ai>
    <apply-buttons />
    <clear-buttons />
    <commands></commands>
    <details />
</messages>
ChildTags
| Tag Name | Details | 
|---|---|
| ai | GridMessagesAiSettingsTagHelper | 
| apply-buttons | GridMessagesApplyButtonsSettingsTagHelper | 
| clear-buttons | GridMessagesClearButtonsSettingsTagHelper | 
| commands | GridMessagesCommandsSettingsTagHelper | 
| details | GridMessagesDetailsSettingsTagHelper | 
Attributes
| Attribute | Type | Description | 
|---|---|---|
| expand-collapse-column-header | String | Allows the customization of the text in the column header for the expand or collapse columns. Sets the value to make the widget compliant with the web accessibility standards. | 
| filter-cell-title | String | The text that will be used for the title attribute of all filter cells belonging to a filter row in the Grid. | 
| grouping-header-label | String | The text that will be used for the aria-lable attribute of the grouping header of the Grid. | 
| no-records | String | Defines the text of the "noRecords" option that is rendered when no records are available in current view. The "noRecords" options should be set to true. | 
| toolbar-label | String | The text that will be used for the aria-lable attribute of the ToolBar of the Grid. |