Releases: gustavnavar/Grid.Blazor
Releases · gustavnavar/Grid.Blazor
2.1.8
Fixes
- Fix header checkbox value when HideSpinner method is used
New Features
- Add BeforeBack and AfterBack CRUD events
- Add events fired when a CRUD form is opened
- Add new ShowCrudButtons and HideCrudButtons methods for the GridComponent
2.1.7
Fixes
New Features
- Add spinner view to CRUD operations
2.1.6
Fixes
- Fix Odata enum filter (#252)
New Features
- Add DateTimeOffset filter support (#249)
2.1.5
Fixes
- Fix error in OData filtering for column types Guid and DateTimeLocal (#239)
New Features
2.1.4
Fixes
- Fix error in OData filtering for column types Guid and DateTimeLocal (#239 and #225)
New Features
2.1.3
Fixes
New Features
- Add option to init a grid with all subgrids opened (#240)
- Add toggle switch support for boolean columns on CRUD forms
2.1.2
Fixes
New Features
- Three state sorting when clicking on a column title (#234)
2.1.1
Fixes
- Fix some Swedish localization errors (#230)
New Features
- Bulgarian localization (#232)
- Add "Is Null" and "Is Not Null" to list filters
2.1.0
Fixes
- Fix Russian localization errors (#227)
- Fix enum support for OData (#226)
New Features
- Add GridComponent attribute to CGrid
- .Net 5.0 support
- New grid feature for dimensions configuration and scrolling (#157)
- Change custom InputFile component name to AgnoInputFile
2.0.3
Fixes
New Features
- Change button's class to btn-primary
- Add component reference for Read and Delete forms