You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
description: "An example on how to configure the Telerik UI Chat HtmlHelper for {{ site.framework }} in a Razor Page."
5
+
slug: htmlhelpers_chat_razorpage_aspnetcore
6
+
position: 3
7
+
---
8
+
9
+
# Razor Page
10
+
11
+
This article describes how to configure the Telerik UI Chat HtmlHelper for {{ site.framework }} in a RazorPage scenario.
12
+
13
+
For the full project with RazorPages examples, visit our [GitHub repository](https://github.com/telerik/ui-for-aspnet-core-examples/tree/master/Telerik.Examples.RazorPages).
Copy file name to clipboardExpand all lines: docs-aspnet/html-helpers/editors/checkboxgroup/layout.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ position: 3
8
8
9
9
# Layout
10
10
11
-
The CheckBoxGroup supports two types of [`layout`](/api/javascript/ui/checkboxgroup/configuration/layout) - "horizontal" and "vertical". By default the radio buttons are rendered vertically.
11
+
The CheckBoxGroup supports two types of [`layout`](/api/javascript/ui/checkboxgroup/configuration/layout) - "horizontal" and "vertical". By default the checkboxes are rendered vertically.
12
12
13
13
The following example shows how to set the CheckBoxGroup layout:
This article describes how to configure the Telerik UI ColorPicker HtmlHelper for {{ site.framework }} in a RazorPage scenario.
12
+
13
+
For the full project with RazorPages examples, visit our [GitHub repository](https://github.com/telerik/ui-for-aspnet-core-examples/tree/master/Telerik.Examples.RazorPages).
description: "An example on how to configure the Telerik UI Rating HtmlHelper for {{ site.framework }} in a Razor Page."
5
+
slug: htmlhelpers_rating_razorpage_aspnetcore
6
+
position: 7
7
+
---
8
+
9
+
# Razor Page
10
+
11
+
This article describes how to configure the Telerik UI Rating HtmlHelper for {{ site.framework }} in a RazorPage scenario.
12
+
13
+
For the full project with RazorPages examples, visit our [GitHub repository](https://github.com/telerik/ui-for-aspnet-core-examples/tree/master/Telerik.Examples.RazorPages).
description: "An example on how to configure the Telerik UI Breadcrumb HtmlHelper for {{ site.framework }} in a Razor Page."
5
+
slug: htmlhelpers_stepper_razorpage_aspnetcore
6
+
position: 6
7
+
---
8
+
9
+
# Razor Page
10
+
11
+
This article describes how to configure the Telerik UI Breadcrumb HtmlHelper for {{ site.framework }} in a RazorPage scenario.
12
+
13
+
For the full project with RazorPages examples, visit our [GitHub repository](https://github.com/telerik/ui-for-aspnet-core-examples/tree/master/Telerik.Examples.RazorPages).
description: "An example on how to configure the Telerik UI Stepper HtmlHelper for {{ site.framework }} in a Razor Page."
5
+
slug: htmlhelpers_stepper_razorpage_aspnetcore
6
+
position: 6
7
+
---
8
+
9
+
# Razor Page
10
+
11
+
This article describes how to configure the Telerik UI Stepper HtmlHelper for {{ site.framework }} in a RazorPage scenario.
12
+
13
+
For the full project with RazorPages examples, visit our [GitHub repository](https://github.com/telerik/ui-for-aspnet-core-examples/tree/master/Telerik.Examples.RazorPages).
Copy file name to clipboardExpand all lines: docs/controls/data-management/grid/columns/sticky-columns.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -52,7 +52,7 @@ columns: [{
52
52
* Sticky columns cannot work together with [column virtualization](https://demos.telerik.com/kendo-ui/grid/column-virtualization).
53
53
* A column cannot be both sticky and [locked](https://demos.telerik.com/kendo-ui/grid/frozen-columns). If it is defined like this, it will be locked and the sticky property will be ignored.
54
54
* Grid scrolling must be enabled.
55
-
* The first column cannot be sticky.
55
+
* The header of the first column in a grouped Grid cannot be sticky.
56
56
* The autogenerated expand/collapse columns used by hierarchy and grouping cannot be sticky.
57
57
*[Row template](https://demos.telerik.com/kendo-ui/grid/rowtemplate) and [detail template](https://demos.telerik.com/kendo-ui/grid/detailtemplate) are not supported together with sticky columns.
58
58
* If [multi-column headers](https://demos.telerik.com/kendo-ui/grid/multicolumnheaders) are used, only a column at the topmost level can be sticky. When the Grid uses Multi-column headers - the "Set Column Position" menu will not be visible.
0 commit comments