Releases: gustavnavar/Grid.Blazor
Releases · gustavnavar/Grid.Blazor
3.2.4
Fixes
- N / A
New Features
- Add
SetDataAnnotationsValidation
method of theGridClient
object to disable CRUD data annotations validation
3.2.3
3.2.2
Fixes
- N / A
New Features
- New
SetTextArea
method for the definition of columns using <textarea> elements
3.2.1
3.2.0
Fixes
- N / A
New Features
- Add SplittedWords search option to enable search of any word contained in the search phrase on any column
3.1.1
3.1.0
Fixes
- N / A
New Features
- Showing nested grids at the same time as inserting a row (https://github.com/gustavnavar/Grid.Blazor/blob/master/docs/blazor_server/Nested_crud.md#showing-nested-grids-at-the-same-time-as-inserting-a-row)
3.0.8
Fixes
- Remove counter to generate the sequence number for RenderFragment
New Features
- N / A
3.0.7
Fixes
- N / A
New Features
- Add public visibility to CRUD Item property
3.0.6
Fixes
- N / A
New Features
- Execution of AfterInsert, AfterUpdate and AfterDelete events after grid update