Skip to content

Commit ee23034

Browse files
committed
Sync with Kendo UI Professional
1 parent eb78924 commit ee23034

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

docs-aspnet/html-helpers/data-management/grid/overview.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -185,6 +185,8 @@ The Grid configuration options are passed as attributes of the helper. The Grid
185185
| Rendering and styling | You can customize the appearance of the Grid by [configuring its rows]({% slug rows_aspnetcore_grid_widget %}), initializing the Grid from a [hidden container]({% slug hidden_containers_aspnetcore_grid %}), using [adaptive rendering]({% slug adaptive_rendering_gridhelper_aspnetcore %}), and setting its [height]({% slug height_aspnetcore_grid %}) and [width]({% slug width_grid_aspnetcore %}). |
186186
| [Globalization]({% slug globalization_grid_aspnetcore %}) | The Grid provides globalization through the combination of [localization]({% slug localization_aspnetcore_grid %}) with [internationalization]({% slug intl_aspnetcore_grid %}) and [right-to-left support]({% slug rtl_aspnetcore_grid %}).|
187187
| [Accessibility]({% slug htmlhelpers_grid_accessibility %}) | The Grid is accessible for screen readers, supports WAI-ARIA attributes, and delivers [keyboard shortcuts]({% slug keynav_aspnetcore_grid %}) for faster navigation. |
188+
| [AI Toolbar Assistant]({% slug ai_toolbar_tool_core_grid %}) | The Grid provides a built-in AI Assistant toolbar tool that allows users to interact with the Grid using natural language prompts. |
189+
| [Custom AI Column]({% slug custom_ai_column_core_grid %}) | The Grid can be enhanced with a custom AI-powered column that provides personalized insights, summaries, and explanations for individual rows. |
188190

189191
## Next Steps
190192

docs-aspnet/html-helpers/editors/combobox/grouping.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,8 @@ The following example demonstrates how to group the ComboBox data by country.
5050
```
5151
{% endif %}
5252

53+
> Group headers are not displayed in the ComboBox if all items belong to a single group.
54+
5355
## See Also
5456

5557
* [Grouping by the ComboBox HtmlHelper for {{ site.framework }} (Demo)](https://demos.telerik.com/{{ site.platform }}/combobox/grouping)

0 commit comments

Comments
 (0)