Skip to content

Releases: gustavnavar/Grid.Blazor

3.0.1: Fix error initializing CRUD form's columns using RenderCrudComponentA…

11 Nov 18:58
Compare
Choose a tag to compare

Fixes

  • Fix error initializing CRUD form's columns using RenderCrudComponentAs method

New Features

  • N/A

3.0.0

09 Nov 10:49
Compare
Choose a tag to compare

Fixes

  • N/A

New Features

  • .Net 6,0 support

3.0.0-preview-2

30 Oct 16:11
Compare
Choose a tag to compare

Fixes

  • Fix crud field width when using a custom component

New Features

  • N/A

3.0.0-preview-1

13 Oct 18:48
7b15765
Compare
Choose a tag to compare
3.0.0-preview-1 Pre-release
Pre-release

Fixes

  • Fix error initializing CRUD form's columns with html "select" tag
  • Fix error causing filter box re-rendering on mouse over the filter title
  • Fix SGrid constructor inheritance

New Features

  • .Net 6.0 RC2 support
  • Split GridMvc package into GridCore and GridMvc:
    • GridCore: it includes all code necessary for the back-end Blazor applications (data processing, filtering, sorting, etc.), excluding all MVC dependencies (Razor view and pages rendering).
    • GridMvcCore: it only includes all MVC dependencies required for rendering Razor views and pages.
  • New GridBlazorStandalone sample

2.1.20

06 Oct 15:32
Compare
Choose a tag to compare

Fixes

  • Fix error initializing CRUD form's columns with html tag New Features N/A

2.1.19

14 Sep 12:09
Compare
Choose a tag to compare

Fixes

  • N/A

New Features

  • Add SetReadOnlyOnCreate method (#310)

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