Skip to content

Commit 5583db0

Browse files
author
pipeline
committed
bug(EJ2-4288): Grid Resize sample corrected
1 parent b3f3255 commit 5583db0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/grid/columnresize.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@
66
</div>
77

88
<div id="description">
9-
<p>The Grid columns can be resized by clicking and dragging at the right corner of columns header. To enable column resize behavior, set <code><a target="_blank" class="code"
9+
<p>The Grid columns can be resized by clicking and dragging at the right edge of columns header. To enable column resize behavior, set <code><a target="_blank" class="code"
1010
href="http://ej2.syncfusion.com/documentation/grid/api-grid.html?lang=typescript#allowresizing-boolean">allowResizing
1111
</a></code> property as true. You can also prevent to resize the particular column by setting
1212
<code><a target="_blank" class="code"
1313
href="http://ej2.syncfusion.com/documentation/grid/api-column.html?lang=typescript#allowresizing-boolean">columns->allowResizing
1414
</a></code> as false in columns definition.
1515

16-
And, when double click at the right corner of column header, the respective column width will auto adjusted to its fit by <code><a target="_blank" class="code"
16+
And, when double click at the right edge of column header, the respective column width will auto adjusted to its fit by <code><a target="_blank" class="code"
1717
href="http://ej2.syncfusion.com/documentation/grid/api-grid.html?lang=typescript#autofitcolumns">autoFitColumns
1818
</a></code> method.
1919

0 commit comments

Comments
 (0)