ASP.net Core MVC Awesome v. 7.7 release notes

Date: 18 September 2023

Changelog

- Grid
InlEdit(InlEditOpt)
extension for inline editing - Grid InlineEdit
AlwaysEdit
option for having the rows always in edit mode See demo - Grid InlineEdit
StopLoad
option for stopping any grid load action (page, sort, etc.) when there are unsaved changed rows -
Settings.UseInlineStyleAndJS
(default true), can be set to
false
in order to make the library stop using inline js and css styles -
InitTag
helper and
aweinit.js
for initializing the library without inline js - refactor to remove usages of inline css - removed all usages of
eval
in js - Grid
UpdateCfg(bool)
option and Grid Model
UpdateCfg
Property for updating Grid's configuration from the server on a data request Grid Array DataSource Demo - added
FltNumeric(NumericInputOpt)
,
FltNumericOp(NumericInputOpt)
column extensions - Grid alternative color rows can be turned off by setting
.CssClass("noalt")
- Grid
MovableRows(MoveRowsOpt)
extension - Grid MovableRows
HandleSelector
option See demo - added dropdownList, multiselect, multicheck, combobox, toggle, checkbox methods to aweui.js - css themes improvements - other minor fixes and improvements

Migrating from previous versions

We're not using eval anymore, this might affect calls to
.DataFunc("jsFunc")
, in previous versions you could put as an argument to
DataFunc
any js as long as it returned a js function. Simple js calls like
DataFunc("getFunc(arg)")
,
DataFunc("getFunc1('somestr')")
will still work.



Comments
By accessing this site, you agree to store cookies on your device and disclose information in accordance with our cookie policy and privacy policy .