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: BlazorBootstrap.Demo.RCL/Components/Pages/Grid/01-Overview/Grid_Demo_01_Client_Side_Filtering_Paging_And_Sorting.razor
Copy file name to clipboardexpand all lines: docs/docs/05-components/grid.mdx
+110
Original file line number
Diff line number
Diff line change
@@ -103,6 +103,7 @@ Grid requires either `Data` or `DataProvider` parameter, but not both.
103
103
| StringComparison |`StringComparison`|`StringComparison.OrdinalIgnoreCase`|| Gets or sets the StringComparison. Use `StringComparison.CurrentCulture` or `StringComparison.CurrentCultureIgnoreCase` or `StringComparison.InvariantCulture` or `StringComparison.InvariantCultureIgnoreCase` or `StringComparison.Ordinal` or `StringComparison.OrdinalIgnoreCase`. | 1.0.0 |
104
104
| TextAlignment |`Alignment`|`Alignment.Start`|| Gets or sets the text alignment. Use `Alignment.Start` or `Alignment.Center` or `Alignment.End`. | 1.0.0 |
105
105
| TextNoWrap | bool | false || Gets or sets text nowrap. | 1.0.0 |
106
+
| IsVisible | bool | true || Gets or sets visibility of the Grid column. | 3.4.0 |
106
107
107
108
## GridSettings Properties
108
109
@@ -4078,3 +4079,112 @@ To create a nested grid, we first need to enable the detail view. To enable the
0 commit comments