Releases: gustavnavar/Grid.Blazor
Releases · gustavnavar/Grid.Blazor
2.1.18
Fixes
- Fix CRUD Form numeric field (with format #,##0.00) when updated becomes zero 0 (#296)
New Features
2.1.17
Fixes
- Fix German localization (#292)
New Features
- Allow CSS theming of grid error text (#291)
- SetSelectField support for additional parameter types
2.1.16
Fixes
New Features
- CGrid Url property getter
2.1.15
Fixes
- Fix Odata string key (#284)
- JSON options to read the OData response (#275)
New Features
- New SetReadOnlyOnUpdate method using a Func<T, bool> parameter
2.1.14
Fixes
New Features
- Support for the Ukrainian language (#269)
2.1.13
Fixes
- Fix bug where cell value is repeated from other cell when a column is added (#263)
New Features
2.1.12
Fixes
- Fix spinner not hidden on error (#259)
- Show CRUD delete error when an exception is raised
New Features
2.1.11
Fixes
- Fix grid not updating error when using EditAfterInsert
New Features
2.1.10
Fixes
- Fix CRUD form spinner behavior for file uploads
New Features
- Allow multiple row selection using the SHIFT key (#256)
2.1.9
Fixes
- Grid loaded with subgrids opened messes up subgrids after going to page 2 (#254)
New Features
- Change ShowCrudButtons and HideCrudButtons methods to support multiple child CRUD forms