ASPxXafariDoublePropertyEditor inline edit mode

StatusIDPriorityType
Closed28851CriticalBug
ProfileReply
keskinozClient

Hi,
I have 2 questions:
1) I've upgraded my application to Xafari version 16.2.6011.0.
I have a problem in inline edit mode in the listview especially columns that uses ASPxXafariDoublePropertyEditor.
You can see the screenshot attached that columns are not at the same vertical orientation.
What can be done to correct the orientation?
2) Before upgrading Xafari, default property editors of listviews columns were DevExpress descendant types in the model.
After upgrading Xafari, default property editors changed to Xafari property editors.
Is there any way to revert this default property editors? Is it possible to switch back to DevExpress descendant default property editors ?

Regards,
Keskinoz.

Replies

UserDescriptionPosted On
Sasha (Xafari Support)Client

Hello Ufuk,

Thank you for the ticket.

The Xafari property editors are set as property editor types by default, if you add in your project Xafari Business modules (Business components), Xafari Enterprise modules (if the modules interact with business components ) or XafariEditorsModule (win/web). This behavior is typical of the Xafari Framework. If you use this Xafari modules, you can not change this behavior and set Devexpress property editor types by default.
See below the solution for the issue.
As for screenshot, we are going to solve the issue to near future.
As temporary solution, you can set the DevExpress editor for property of Double:
- open Model.xafml (or Model.DesignedDiffs.xafml) for web/win module,
choose ViewItems -> PropertyEditors, select your type and set editor for EditorType
EditorType

After the manipulation all you properties of Double type will use the editor specified for EditorType.

You can see additional information for XafariASPx...PropertyEditor in the documentation: Web Editors Templates

Let us know if you need further assistance.
Best regards,
Sasha.

keskinozClient

Hello Sasha,
Thank you.

× This ticket is closed.

Write US