Releases: MvcControlsToolkit/mvcct-controls
Releases · MvcControlsToolkit/mvcct-controls
version 1.0.8
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
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
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
- fixed bug added in modifications to autocomplete
- moved to 1.0.1 version of mvcct-odata that supports single quote escaping in strings
- added possibility to open groupimg detail in new browser tab.
version 1.0.4
- Added option to accepts partial inputs to autocomplete
- 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).
- Added mvcct.controls.query.js and a deependence on mvcct-odata to handle grid queries (fitering, sorting, grouping+aggregations)
- Reorganized modals and ajax related code.
version 1.0.3
corrected bug in ajax server errors dispatching
version 1.0.2
Fixed bug in autocomplete
version 1.0.1
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
First public release