Skip to content

Releases: gustavnavar/Grid.Blazor

2.1.8

04 Feb 16:41
Compare
Choose a tag to compare

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

26 Jan 21:57
Compare
Choose a tag to compare

Fixes

  • N / A

New Features

  • Add spinner view to CRUD operations

2.1.6

22 Jan 10:57
Compare
Choose a tag to compare

Fixes

  • Fix Odata enum filter (#252)

New Features

  • Add DateTimeOffset filter support (#249)

2.1.5

22 Jan 11:01
Compare
Choose a tag to compare

Fixes

  • Fix error in OData filtering for column types Guid and DateTimeLocal (#239)

New Features

  • N / A

2.1.4

30 Dec 21:00
Compare
Choose a tag to compare

Fixes

  • Fix error in OData filtering for column types Guid and DateTimeLocal (#239 and #225)

New Features

  • N / A

2.1.3

15 Dec 02:32
Compare
Choose a tag to compare

Fixes

  • N / A

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

07 Dec 18:18
Compare
Choose a tag to compare

Fixes

  • N / A

New Features

  • Three state sorting when clicking on a column title (#234)

2.1.1

17 Nov 21:57
Compare
Choose a tag to compare

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

15 Nov 21:24
Compare
Choose a tag to compare

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

02 Nov 23:44
Compare
Choose a tag to compare

Fixes

  • N/A

New Features

  • Change button's class to btn-primary
  • Add component reference for Read and Delete forms