Skip to content

Releases: MvcControlsToolkit/mvcct-controls

version 1.0.8

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 02 Aug 09:08

Improved grid accessibility. Now when a row grid moves from display mode to edit mode or is added to the grid, it get focus, so the user may easily access its fields and buttons with the tab

version 1.0.7

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 23 Jun 12:20

Added ajax queries and query back-button. Added also default Endpoint to ajax html updates: during the update the element being updated gayes out and is disabled. Developer may override this behavior by providing the name of a different Endpoint.

version 1.0.6

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 19 Jun 21:35

Fixed a bug in sorting window in mvcct.controls.query.js. Duplicate sorting clauses on the same field were not automatically removed.

version 1.0.5

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 30 May 17:44
  1. fixed bug added in modifications to autocomplete
  2. moved to 1.0.1 version of mvcct-odata that supports single quote escaping in strings
  3. added possibility to open groupimg detail in new browser tab.

version 1.0.4

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 25 May 11:37
  1. Added option to accepts partial inputs to autocomplete
  2. Added default disabling css effect when servergrid or parts of it are updated via ajax (buttons are disabled and part being updated has some css opacity).
  3. Added mvcct.controls.query.js and a deependence on mvcct-odata to handle grid queries (fitering, sorting, grouping+aggregations)
  4. Reorganized modals and ajax related code.

version 1.0.3

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 20 Nov 14:53

corrected bug in ajax server errors dispatching

version 1.0.2

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 01 Nov 10:27

Fixed bug in autocomplete

version 1.0.1

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 30 Oct 12:16

Fixed bug:

  • Avoid first focus event might be lost by manually calling focus habdler on active element immediately after all document event handlers have been added.

version 1.0.0

Choose a tag to compare

@frankabbruzzese frankabbruzzese released this 26 Oct 22:19

First public release