Skip to content

Releases: gustavnavar/Grid.Blazor

2.1.14

27 Apr 11:47
Compare
Choose a tag to compare

Fixes

  • N / A

New Features

  • Support for the Ukrainian language (#269)

2.1.13

23 Mar 23:56
Compare
Choose a tag to compare

Fixes

  • Fix bug where cell value is repeated from other cell when a column is added (#263)

New Features

  • N / A

2.1.12

15 Feb 14:25
Compare
Choose a tag to compare

Fixes

  • Fix spinner not hidden on error (#259)
  • Show CRUD delete error when an exception is raised

New Features

  • N / A

2.1.11

14 Feb 00:36
Compare
Choose a tag to compare

Fixes

  • Fix grid not updating error when using EditAfterInsert

New Features

  • N / A

2.1.10

12 Feb 19:59
Compare
Choose a tag to compare

Fixes

  • Fix CRUD form spinner behavior for file uploads

New Features

  • Allow multiple row selection using the SHIFT key (#256)

2.1.9

07 Feb 23:10
Compare
Choose a tag to compare

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

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