|
6 | 6 | <e-column field='OrderDate' headerText='Order Date' width='200' format="yMd" textAlign="right"></e-column>
|
7 | 7 | <e-column field='Freight' headerText='Freight' width='150' format='C2' textAlign="right"></e-column>
|
8 | 8 | <e-column field='ShipName' headerText='Ship Name' width='300'></e-column>
|
9 |
| - <e-column field='ShippedDate' headerText='Shipped Date' allowResizing ='false' width='200' format="yMd" textAlign="right"></e-column> |
10 |
| - <e-column field='ShipCountry' headerText='Ship Country' width='200'></e-column> |
| 9 | + <e-column field='ShippedDate' headerText='Shipped Date' [allowResizing] = 'false' width='200' format="yMd" textAlign="right"></e-column> |
| 10 | + <e-column field='ShipCountry' headerText='Ship Country' width='200'></e-column> |
11 | 11 | <e-column field='ShipCity' headerText='Ship City' width='200'></e-column>
|
12 | 12 | </e-columns>
|
13 | 13 | </ej-grid>
|
14 | 14 | <div id="description">
|
15 |
| - <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" |
| 15 | + <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" |
16 | 16 | href="http://ej2.syncfusion.com/angular/documentation/grid/api-gridComponent.html#allowresizing-boolean">allowResizing
|
17 | 17 | </a></code> property as true. You can also prevent to resize the particular column by setting
|
18 | 18 | <code><a target="_blank" class="code"
|
19 | 19 | href="http://ej2.syncfusion.com/angular/documentation/grid/api-columnDirective.html#allowresizing-any">columns->allowResizing
|
20 | 20 | </a></code> as false in columns definition.
|
21 | 21 |
|
22 |
| - 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" |
| 22 | + 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" |
23 | 23 | href="http://ej2.syncfusion.com/angular/documentation/grid/api-gridComponent.html#autofitcolumns">autoFitColumns
|
24 | 24 | </a></code> method.
|
25 | 25 |
|
|
0 commit comments