Skip to content

Releases: programcsharp/griddly

Add history support for all griddly settings

17 Jul 21:47
Compare
Choose a tag to compare

History support for modern browsers that support history API. Any changes done to a grid will reload on navigation back to the grid from another page. No additional history entries are created, and no persistent history is created.

Selection isn't currently saved, but that functionality may be added in a subsequent revision.

No breaking changes.

If you are not including griddly.css, add the following to your custom griddly css to hide the Griddly on navigation until it can be reset and reloaded:

.griddly-init-flag[value=loaded] + .griddly.griddly-init {
  display: none;
}

Reorganize Result Classes

09 Jul 14:17
Compare
Choose a tag to compare

Breaking Changes

  • GriddlyResult is now abstract. Use QueryableResult instead.
  • Removed DapperGriddlyResult. Use DapperSql2012Result or inherit DapperResult instead.

Add more helpers

15 May 01:17
Compare
Choose a tag to compare
  • Filter helpers for settings, for filter form vs. inline on column
  • AppendIdsToUrl as a button param

Actually added the filters to settings in 1.1.8 vs 1.1.7.

Gracefully handle invalid enum values

14 May 21:53
Compare
Choose a tag to compare
1.1.6

Gracefully handle invalid value enums.

Allow overriding SetGriddlyDefault

13 May 17:28
Compare
Choose a tag to compare

Pass in parameter value, only null or default params are overridden.

1.1.4 - Add support for arrays in route values

01 Nov 14:47
Compare
Choose a tag to compare

For both Url.Current and Html.Griddly.

Patch 1.1.2

01 Nov 14:47
Compare
Choose a tag to compare

Added HeaderTemplate/DefaultHeaderTemplate.

Patch 1.1.1

01 Nov 14:47
Compare
Choose a tag to compare
  • Fix for duplicate refreshing on setFilterMode
  • New argument noRefresh on toggleFilterMode
  • New outerSqlTemplate argument for DapperGriddlyResult