Skip to content

Releases: programcsharp/griddly

Allow GriddlyHtmlFilter to work in inline filter mode

04 Aug 14:45
Compare
Choose a tag to compare

SelectColumn<T>.InputHtmlAttributesTemplate

19 May 17:26
Compare
Choose a tag to compare

Provide for setting custom attributes on the select column checkbox input.

Fix for extra refreshes when using DefaultSelectAll

23 Feb 16:39
Compare
Choose a tag to compare

Fix Re-entrance Bug

15 Jan 18:03
Compare
Choose a tag to compare
1.5.3

Fix re-entrance bug on events firing during constructor

Add first editly rev

08 Dec 21:51
Compare
Choose a tag to compare

Editable griddly support, using editly.js

Fixes and tweaks

17 Sep 18:01
Compare
Choose a tag to compare
  • 1.4.1 - Fix griddly early init sneaking back in
  • 1.4.2 - Allow multiple replacements inside a confirm message template
  • 1.4.3 - Use thread CurrencySymbol in filter displays vs. hardcoding $
  • 1.4.4 - Default ClearSelectionOnAction to true for ajax buttons, false otherwise

Template confirm messages

02 Sep 18:00
Compare
Choose a tag to compare

Confirm messages are now templatable, using a ${} syntax. The following replacements are supported:

  • ${count} -- the count of selected items
  • ${singular:something} -- the text after the : will be used when count == 1
  • ${plural:somethings} -- the text after the : will be used when count != 1

So you can do a template like: confirmMessage: "Do you want to delete ${count} ${singular:something}{$plural:somethings}?"

confirmMessage is also now an accepted parameter on settings.Button()

This resolves #54.

Add html attribute support

02 Sep 17:28
Compare
Choose a tag to compare

Add HtmlAttributes configuration settings:

  • root, table, column header get static dictionaries
  • settings.Column method takes an object that can be either an MVC style anonymous object or a dictionary
  • rows and cells get templates

Fixes

10 Aug 17:28
Compare
Choose a tag to compare
  • Disable griddly early init so events fire
  • Generalize selected row display

History support tweaks

20 Jul 17:47
Compare
Choose a tag to compare
  • Handle isNoneAll=true dropdowns with a [None] item in them for setFilterValue
  • Add support for global default setting before griddly.js loaded

No breaking changes.