Skip to content

Releases: gustavnavar/Grid.Blazor

3.2.4

26 Mar 12:58
Compare
Choose a tag to compare

Fixes

  • N / A

New Features

  • Add SetDataAnnotationsValidation method of the GridClient object to disable CRUD data annotations validation

3.2.3

21 Mar 21:39
Compare
Choose a tag to compare

Fixes

  • N / A

New Features

  • Add support for custom ToListAsync for IQueryable object (#340)

3.2.2

17 Mar 22:44
Compare
Choose a tag to compare

Fixes

  • N / A

New Features

  • New SetTextArea method for the definition of columns using <textarea> elements

3.2.1

12 Mar 18:36
Compare
Choose a tag to compare

Fixes

  • Fix issue 338

New Features

  • N / A

3.2.0

02 Feb 19:33
Compare
Choose a tag to compare

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

20 Jan 18:31
Compare
Choose a tag to compare

Fixes

  • Fix filter box position

New Features

  • Arabic Localization (#327)
  • Added missing validation output for select element to grid create and update components (#328)

3.1.0

17 Jan 21:22
Compare
Choose a tag to compare

3.0.8

11 Jan 16:16
Compare
Choose a tag to compare

Fixes

  • Remove counter to generate the sequence number for RenderFragment

New Features

  • N / A

3.0.7

07 Jan 19:22
Compare
Choose a tag to compare

Fixes

  • N / A

New Features

  • Add public visibility to CRUD Item property

3.0.6

26 Dec 23:36
Compare
Choose a tag to compare

Fixes

  • N / A

New Features

  • Execution of AfterInsert, AfterUpdate and AfterDelete events after grid update