What's New in Xafari 14.2.507.114

New features

MVC

Xafari.Mvc.MVCx.MvcRegisterThemeAssemblyController
Subject Registration is done by calling MvcRegisterThemeAssemblyController.RegisterThemeResources () in the file Shared \ _Layout.cshtml

Xafari

The possibility to use NonPersistent Collections Many-To-Many

Resolved issues

Editors

Correction of incorrect operation of the auto filter with column CheckBoxes for multiple selections. (T102.140472)
Correction of incorrect work with AutoFilter column CheckBoxes for multiple choice.
Fixed incorrect work of the editor ASPxXafariDateTimePropertyEditor. (T102.140562)
Fixed incorrect work of the editor ASPxXafariDateTimePropertyEditor.
Model Objects are created for unbound columns are deleted when the method is called BreakLinksToControls (T102.14051)
Model objects are created for unbound columns are deleted when the method is called BreakLinksToControls
resumed normal operation of the horizontal and vertical scrolling on the form WinExplorerListEditor. (T102.140355)
Resumed normal operation of the horizontal and vertical scrolling on the form WinExplorerListEditor.

Xafari

ASPxLookupPropertyEditor for properties such as IHierarhyNode default operating mode LookupEditorMode.Search (T102.140405)
ASPxLookupPropertyEditor for properties such as IHierarhyNode default operating mode LookupEditorMode.Search.
For a key values ??to use the session object (T102.140604)
Changed the way to get the key object in the method “UpdateFullPath”.
There Were:

 var os = XPObjectSpace.FindObjectSpaceByObject(obj);
var keyValueString = os.GetKeyValueAsString(obj);

Was:

var session = ((ISessionProvider)obj).Session;
var keyValueString = session.GetKeyValueAsString(obj);
Fixed incorrect work in the designer XafariLookupEditor criteria (T102.139423)
Fixed incorrect work in the designer XafariLookupEditor criteria
Fixed a bug in PartialLoadListViewController using XafBandedGridView (T102.140234)
Fixed a bug in PartialLoadListViewController using XafBandedGridView
Write US