ASPxGroup child property editors disabled

StatusIDPriorityType
Closed26444MinorBug
ProfileReply
Γρηγορης ΤσολακιδιςClient

Hello,
I am trying the ASPxGroupPropertyEditor in my project. I read the documentation here https://documentation.galaktika-soft.com/xafari/doc_aspx_group_property_editor and have implemented a domain class TestClass as seen in TestClass.txt in the included zip. I am using EF as my ORM but class is non percistent so should be of no importance. Just saying because i will use it with persistent classes too.
I have created the required views in model plus the changes in the TestClass_DetailView as you can see in Model.png. I have also added a navigation item to open the desired detail view using Application.CustomProcessShortcut event in WebModule and creating a dummy object there before opening. The end result is that although the detail view opens in edit mode the child property editors are disabled. The one property outside of the ASPxGroup is behaving ok. See screenshot result.png. Any ideas?

sidenote: including Xafari.Editors module in my application changes all default editors from XAF to xafari one. Can i disable this so i leave XAF defaults and only choose xafari when needed?

Attached files:

Replies

UserDescriptionPosted On
Sasha (Xafari Support)Client

Hello,

Thanks for the provided information.
We are going to investigate it. Give us some time.

Best regards, Sasha.

Γρηγορης Τσολακιδις

Hello Sasha,

Any updates on the issue?

Greg

Sasha (Xafari Support)Client

Hello,

My apologies for the delay.
Please, set in your class the property ThisObject as the following property:

public TestClass ThisObject
{
get { return this; }
}

Please inform us of your results.
Thanks, Sahsa.

Γρηγορης Τσολακιδις

Thank you Sasha. With this the view is properly in edit mode. Must have missed it when reading the example.

Sasha (Xafari Support)Client

You're welcome!

Feel free to contact us if you experience any further difficulties.
Best regards,
Sasha.

× This ticket is closed.

Write US