ASP.net MVC Awesome 5.5 release notes

Date: 18 May 2018 removed jQueryUI dependency added
awem.formatDate
,
awem.parseDate
functions
awem.dropmenu
widget demo autocomplete uses
awem.dropmenu
instead of jQueryUI autocomplete added autocomplete
DataFunc
and
ItemFunc
extensions demo bootrstrap popup, bootstrap dropdown, and jQueryUI popup mods moved to
awem.extras.js
demo merged
Awem.css
with
AwesomeMvc.css
popups can be open using xy coordinates checkbox Ochk mod checkbox Otoggl mod
Ochk
mod for AjaxRadioList and AjaxCheckboxList grid inline editing will only use
ClientFormat
with round brackets
.(Prop)
and ignore
.Prop
parent load requests will wait for the current request to finish grid loading animation mod enabled parameter, and emptyMessage parameter added grid api
nestToggle
method fix for change month and year dropdown when inside grid inline edit with
rowClickEdit
popups autosizing and layout improvements other minor fixes and improvements css improvements

Migrating from previous versions

References to
jquery-ui.js
and css can be removed now, unless you're using them for something else besides awesome.
AwesomeMvc.css
and
awem.css
have merged, so you can also remove the reference to
awem.css
. Grid inline editing now only uses
ClientFormat
with round brackets
.(Prop)
for row edit mode, so if you have created custom formats for inline editing that use the format
.Prop
or are using the
InlineReadonly()
extension for a column with format
.Prop
you will have to change the format to
.(Prop)
Grid crud icons used in our demos were moved from
awem.css
to
site.css
, if you were using them you can copy the css from
site.css
(main demo or minsetup demo, comment
/* grid btns */
)



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 .