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
Copy file name to clipboardExpand all lines: docs/api/javascript/ui/grid.md
+74Lines changed: 74 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2819,6 +2819,8 @@ The width of the column. Numeric values are treated as pixels. The width option
2819
2819
2820
2820
**For more important information, please refer to [Column Widths](/controls/data-management/grid/columns/widths)**.
2821
2821
2822
+
Grid options, including column widths, can be set programmatically after Grid initialization with the [`setOptions`](/api/javascript/ui/grid/methods/setoptions) method.
2823
+
2822
2824
#### Example - set the column width as a string
2823
2825
2824
2826
<div id="grid"></div>
@@ -12384,6 +12386,78 @@ The widget instance which fired the event.
12384
12386
});
12385
12387
</script>
12386
12388
12389
+
#### Example - get the data items of the expanded master and detail rows
0 commit comments