Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ public CountryStatsAfrica()
this.Add(new CountryStatsAfricaItem() { Code = @"CAF", Population = 4493000, WorkedHours = 38, GDP = 622, Name = @"Central African Republic" });
this.Add(new CountryStatsAfricaItem() { Code = @"TCD", Population = 14111000, WorkedHours = 40.4, GDP = 2067, Name = @"Chad" });
this.Add(new CountryStatsAfricaItem() { Code = @"COM", Population = 777000, WorkedHours = 40.1, GDP = 1413, Name = @"Comoros" });
this.Add(new CountryStatsAfricaItem() { Code = @"COG", Population = 4856000, WorkedHours = 38.1, GDP = 5543, Name = @"Congo" });
this.Add(new CountryStatsAfricaItem() { Code = @"COG", Population = 4856000, WorkedHours = 38.1, GDP = 5543, Name = @"Congo Republic" });
this.Add(new CountryStatsAfricaItem() { Code = @"CIV", Population = 23226000, WorkedHours = 39.7, GDP = 3242, Name = @"Cote Ivoire" });
this.Add(new CountryStatsAfricaItem() { Code = @"COD", Population = 76245000, WorkedHours = 44, GDP = 812, Name = @"Democratic Republic of Congo" });
this.Add(new CountryStatsAfricaItem() { Code = @"COD", Population = 76245000, WorkedHours = 44, GDP = 812, Name = @"DR Congo" });
this.Add(new CountryStatsAfricaItem() { Code = @"EGY", Population = 92443000, WorkedHours = 39.7, GDP = 10096, Name = @"Egypt" });
this.Add(new CountryStatsAfricaItem() { Code = @"GNQ", Population = 1169000, WorkedHours = 38.8, GDP = 27554, Name = @"Equatorial Guinea" });
this.Add(new CountryStatsAfricaItem() { Code = @"SWZ", Population = 1104000, WorkedHours = 45.7, GDP = 7759, Name = @"Eswatini" });
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

12 changes: 8 additions & 4 deletions samples/grids/grid/column-hiding-toolbar-style/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
Field="ID"
Header="ID"
DataType="GridColumnDataType.String"
Sortable="true">
Hidden="true"
DisableHiding="true">
</IgbColumn>

<IgbColumn
Expand Down Expand Up @@ -80,21 +81,24 @@
Field="PostalCode"
Header="Postal Code"
DataType="GridColumnDataType.String"
Sortable="true">
Sortable="true"
DisableHiding="true">
</IgbColumn>

<IgbColumn
Field="Country"
Header="Country"
DataType="GridColumnDataType.String"
Sortable="true">
Sortable="true"
DisableHiding="true">
</IgbColumn>

<IgbColumn
Field="Phone"
Header="Phone"
DataType="GridColumnDataType.String"
Sortable="true">
Sortable="true"
DisableHiding="true">
</IgbColumn>

</IgbGrid>
Expand Down
22 changes: 13 additions & 9 deletions samples/grids/grid/column-hiding-toolbar-style/wwwroot/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@ https://dl.infragistics.com/x/css/samples/shared.v6.css
--ig-column-actions-title-color: #ffcd0f;
--ig-checkbox-tick-color: #292826;
--ig-checkbox-label-color: #ffcd0f;
--ig-checkbox-label-color-hover: #c5a11b;
--ig-checkbox-empty-color: #ffcd0f;
--ig-checkbox-focus-outline-color: #c5a11b;
--ig-checkbox-empty-fill-color: #292826;
--ig-checkbox-fill-color: #ffcd0f;
--ig-checkbox-fill-color-hover: #c5a11b;
--ig-input-group-idle-text-color: white;
--ig-input-group-filled-text-color: #ffcd0f;
--ig-input-group-focused-text-color: #ffcd0f;
--ig-input-group-focused-border-color: #ffcd0f;
--ig-input-group-focused-secondary-color: #ffcd0f;
--igx-button-foreground: #292826;
--igx-button-background: #ffcd0f;
--igx-button-hover-background: #404040;
--igx-button-hover-foreground: #ffcd0f;
--igx-button-focus-background: #ffcd0f;
--igx-button-focus-foreground: black;
--igx-button-focus-visible-background: #ffcd0f;
--igx-button-focus-visible-foreground: black;
--igx-button-disabled-foreground: #ffcd0f;
--ig-flat-button-foreground: #292826;
--ig-flat-button-background: #ffcd0f;
--ig-flat-button-hover-background: #404040;
--ig-flat-button-hover-foreground: #ffcd0f;
--ig-flat-button-focus-background: #ffcd0f;
--ig-flat-button-focus-foreground: black;
--ig-flat-button-focus-visible-background: #ffcd0f;
--ig-flat-button-focus-visible-foreground: black;
--ig-flat-button-disabled-foreground: #ffcd0f;
}

Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@
PropertyPath="CellSelection"
Name="CellSelectionEditorHierarchicalGrid"
@ref="cellSelectionEditorHierarchicalGrid"
ValueType="PropertyEditorValueType.EnumValue">
ValueType="PropertyEditorValueType.EnumValue"
DropDownNames="@(new string[] { "None", "Single", "Multiple" })"
DropDownValues="@(new string[] { "None", "Single", "Multiple" })">
</IgbPropertyEditorPropertyDescription>

<IgbPropertyEditorPropertyDescription
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,25 @@ https://dl.infragistics.com/x/css/samples/shared.v6.css
--ig-column-actions-title-color: #ffcd0f;
--ig-checkbox-tick-color: #292826;
--ig-checkbox-label-color: #ffcd0f;
--ig-checkbox-label-color-hover: #c5a11b;
--ig-checkbox-empty-color: #ffcd0f;
--ig-checkbox-focus-outline-color: #c5a11b;
--ig-checkbox-empty-fill-color: #292826;
--ig-checkbox-fill-color: #ffcd0f;
--ig-checkbox-fill-color-hover: #c5a11b;
--ig-input-group-idle-text-color: white;
--ig-input-group-filled-text-color: #ffcd0f;
--ig-input-group-focused-text-color: #ffcd0f;
--ig-input-group-focused-border-color: #ffcd0f;
--ig-input-group-focused-secondary-color: #ffcd0f;
--ig-button-foreground: #292826;
--ig-button-background: #ffcd0f;
--ig-button-hover-background: #404040;
--ig-button-hover-foreground: #ffcd0f;
--ig-button-focus-background: #ffcd0f;
--ig-button-focus-foreground: black;
--ig-button-focus-visible-background: #ffcd0f;
--ig-button-focus-visible-foreground: black;
--ig-button-disabled-foreground: #ffcd0f;
--ig-flat-button-foreground: #292826;
--ig-flat-button-background: #ffcd0f;
--ig-flat-button-hover-background: #404040;
--ig-flat-button-hover-foreground: #ffcd0f;
--ig-flat-button-focus-background: #ffcd0f;
--ig-flat-button-focus-foreground: black;
--ig-flat-button-focus-visible-background: #ffcd0f;
--ig-flat-button-focus-visible-foreground: black;
--ig-flat-button-disabled-foreground: #ffcd0f;
}

12 changes: 0 additions & 12 deletions samples/grids/hierarchical-grid/column-pinning-options/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,6 @@
Data="HierarchicalCustomersData"
ColumnSelection="GridSelectionMode.Single"
PrimaryKey="CustomerID">
<IgbGridToolbar
>
<IgbGridToolbarActions
>
<IgbGridToolbarPinning
>
</IgbGridToolbarPinning>

</IgbGridToolbarActions>

</IgbGridToolbar>

<IgbColumn
Field="CustomerID"
Hidden="true">
Expand Down
16 changes: 11 additions & 5 deletions samples/grids/tree-grid/column-hiding-toolbar-style/App.razor
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@
<IgbColumn
Field="ID"
DataType="GridColumnDataType.Number"
Sortable="true">
Sortable="true"
Hidden="true"
DisableHiding="true">
</IgbColumn>

<IgbColumn
Expand Down Expand Up @@ -69,25 +71,29 @@
<IgbColumn
Field="Country"
DataType="GridColumnDataType.String"
Sortable="true">
Sortable="true"
DisableHiding="true">
</IgbColumn>

<IgbColumn
Field="Fax"
DataType="GridColumnDataType.String"
Sortable="true">
Sortable="true"
DisableHiding="true">
</IgbColumn>

<IgbColumn
Field="PostalCode"
DataType="GridColumnDataType.String"
Sortable="true">
Sortable="true"
DisableHiding="true">
</IgbColumn>

<IgbColumn
Field="Phone"
DataType="GridColumnDataType.String"
Sortable="true">
Sortable="true"
DisableHiding="true">
</IgbColumn>

</IgbTreeGrid>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,29 @@ https://dl.infragistics.com/x/css/samples/shared.v6.css
*/

#treeGrid {
--ig-column-actions-background-color: #292826;
--ig-column-actions-background-color: #292826;
--ig-column-actions-title-color: #ffcd0f;
--ig-checkbox-tick-color: #292826;
--ig-checkbox-label-color: #ffcd0f;
--ig-checkbox-label-color-hover: #c5a11b;
--ig-checkbox-empty-color: #ffcd0f;
--ig-checkbox-focus-outline-color: #c5a11b;
--ig-checkbox-empty-fill-color: #292826;
--ig-checkbox-fill-color: #ffcd0f;
--ig-checkbox-fill-color-hover: #c5a11b;
--ig-input-group-idle-text-color: white;
--ig-input-group-filled-text-color: #ffcd0f;
--ig-input-group-focused-text-color: #ffcd0f;
--ig-input-group-focused-border-color: #ffcd0f;
--ig-input-group-focused-secondary-color: #ffcd0f;
--igx-button-foreground: #292826;
--igx-button-background: #ffcd0f;
--igx-button-hover-background: #404040;
--igx-button-hover-foreground: #ffcd0f;
--igx-button-focus-background: #ffcd0f;
--igx-button-focus-foreground: black;
--igx-button-focus-visible-background: #ffcd0f;
--igx-button-focus-visible-foreground: black;
--igx-button-disabled-foreground: #ffcd0f;
--ig-flat-button-foreground: #292826;
--ig-flat-button-background: #ffcd0f;
--ig-flat-button-hover-background: #404040;
--ig-flat-button-hover-foreground: #ffcd0f;
--ig-flat-button-focus-background: #ffcd0f;
--ig-flat-button-focus-foreground: black;
--ig-flat-button-focus-visible-background: #ffcd0f;
--ig-flat-button-focus-visible-foreground: black;
--ig-flat-button-disabled-foreground: #ffcd0f;
}