Skip to content

Commit 5977954

Browse files
author
Kendo Bot
committed
Sync with Kendo UI Professional
1 parent 44fd35c commit 5977954

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs-aspnet/html-helpers/data-management/grid/columns/sticky.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,11 @@ For a runnable example, refer to the demo on [implementing sticky columns in the
3333
* Sticky columns cannot work together with [column virtualization](https://demos.telerik.com/{{ site.platform }}/grid/column-virtualization).
3434
* A column cannot be both sticky and [locked](https://demos.telerik.com/{{ site.platform }}/grid/frozen-columns). If it is defined like this, it will be locked and the sticky property will be ignored.
3535
* Grid scrolling must be enabled.
36-
* The first column cannot be sticky.
36+
* The header of the first column in a grouped Grid cannot be sticky.
3737
* The autogenerated expand/collapse columns used by hierarchy and grouping cannot be sticky.
3838
* The [row template](https://demos.telerik.com/{{ site.platform }}/grid/rowtemplate) and [detail template](https://demos.telerik.com/{{ site.platform }}/grid/detailtemplate) are not supported together with sticky columns.
3939
* If [multi-column headers](https://demos.telerik.com/{{ site.platform }}/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.
40+
* If the width of the Grid changes through JavaScript or resizing the page after the Grid is created, you have to call the [`resize` method](https://docs.telerik.com/kendo-ui/api/javascript/kendo/methods/resize) to recalculate the sticky styles.
4041

4142
## See Also
4243

docs/controls/data-management/grid/columns/sticky-columns.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ columns: [{
5656
* The autogenerated expand/collapse columns used by hierarchy and grouping cannot be sticky.
5757
* [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.
5858
* 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.
59+
* If the width of the Grid changes through JavaScript or resizing the page after the Grid is created, you have to call the [`resize` method](https://docs.telerik.com/kendo-ui/api/javascript/kendo/methods/resize) to recalculate the sticky styles.
5960

6061
## See Also
6162

0 commit comments

Comments
 (0)