Skip to content

Commit

Permalink
Adding changes from build igniteui-xplat-examples-output+PRs_2023.11.…
Browse files Browse the repository at this point in the history
…24.1 (#554)

Co-authored-by: tfsbuild <tfsbuild@infragistics.com>
  • Loading branch information
azure-pipelines[bot] and tfsbuild authored Nov 27, 2023
1 parent 1bc8e76 commit 7ac211a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
3 changes: 2 additions & 1 deletion samples/grids/tree-grid/action-strip/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@
Field="Name"
DataType="GridColumnDataType.String"
Sortable="true"
DisableHiding="true">
DisableHiding="true"
Width="auto">
</IgbColumn>

<IgbColumn
Expand Down
3 changes: 2 additions & 1 deletion samples/grids/tree-grid/column-selection-group/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@
ColumnSelection="GridSelectionMode.Multiple">
<IgbColumn
Field="Name"
DataType="GridColumnDataType.String">
DataType="GridColumnDataType.String"
Width="auto">
</IgbColumn>

<IgbColumnGroup
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<IgbPropertyEditorPanel
Name="PropertyEditor"
@ref="propertyEditor"
Target="treeGrid"

DescriptionType="WebTreeGrid"
IsHorizontal="true"
IsWrappingEnabled="true">
Expand Down

0 comments on commit 7ac211a

Please sign in to comment.