Skip to content

Releases: gustavnavar/Grid.Blazor

2.1.18

18 Jul 10:48
Compare
Choose a tag to compare

Fixes

  • Fix CRUD Form numeric field (with format #,##0.00) when updated becomes zero 0 (#296)

New Features

  • N/A

2.1.17

22 Jun 19:00
Compare
Choose a tag to compare

Fixes

  • Fix German localization (#292)

New Features

  • Allow CSS theming of grid error text (#291)
  • SetSelectField support for additional parameter types

2.1.16

05 Jun 17:26
Compare
Choose a tag to compare

Fixes

  • N/A

New Features

  • CGrid Url property getter

2.1.15

03 Jun 08:50
Compare
Choose a tag to compare

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

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