Skip to content

Releases: MvcControlsToolkit/mvcct-controls

version 1.0.8

02 Aug 09:08
Compare
Choose a tag to compare

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

23 Jun 12:20
Compare
Choose a tag to compare

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

19 Jun 21:35
Compare
Choose a tag to compare

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

30 May 17:44
Compare
Choose a tag to compare
  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

25 May 11:37
Compare
Choose a tag to compare
  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

20 Nov 14:53
Compare
Choose a tag to compare

corrected bug in ajax server errors dispatching

version 1.0.2

01 Nov 10:27
Compare
Choose a tag to compare

Fixed bug in autocomplete

version 1.0.1

30 Oct 12:16
Compare
Choose a tag to compare

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

26 Oct 22:19
Compare
Choose a tag to compare

First public release