ASP.net Core MVC Awesome v. 8.1 release notes
Date: 19 September 2024Changelog
- Select All option for the CheckboxList and AjaxCheckboxList - toggleSelect, isAllSelected, markAllItem api methods for the CheckboxList, AjaxCheckboxList, Multiselect, Multicheck - clear, getAllKeys api methods for the CheckboxList, AjaxCheckboxList, AjaxRadioList, Multiselect, Multicheck, DropdownList, Combobox - added ActivePanel component - ActivePanel can be used inside the grid inline editing row - Grid inline editing reloads the grid on save by default, while preserving other rows in edit mode when needed - Grid apisetHeight(cssHeight)method - Grid api
findRow({k, class})method, for finding rows either by key or css class - Lookup Opt helper - MultiLookup Opt helper - MultiLookup custom caption items render - Lookup and Multilookup fix can't open in non dropdown popup - NumericInput fixes for negative numbers input -
awe.openoptions can use type: 'popupForm' to open a PopupForm, added opt.useDefaultButtons, opt.useFormData, opt.success - other fixes and improvements
Migrating from previous versions
Grid inline editing hasReloadOnSave
trueby default, if you're using it in a grid with infinite scrolling, you'll likely need to set it to false.
Comments