ASP.net Core MVC Awesome v. 7.7 release notes
Date: 18 September 2023Changelog
- GridInlEdit(InlEditOpt)extension for inline editing - Grid InlineEdit
AlwaysEditoption for having the rows always in edit mode See demo - Grid InlineEdit
StopLoadoption for stopping any grid load action (page, sort, etc.) when there are unsaved changed rows -
Settings.UseInlineStyleAndJS(default true), can be set to
falsein order to make the library stop using inline js and css styles -
InitTaghelper and
aweinit.jsfor initializing the library without inline js - refactor to remove usages of inline css - removed all usages of
evalin js - Grid
UpdateCfg(bool)option and Grid Model
UpdateCfgProperty 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
HandleSelectoroption 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 DataFuncany js as long as it returned a js function. Simple js calls like
DataFunc("getFunc(arg)") , DataFunc("getFunc1('somestr')") will still work.
Comments