Dockpanel seems undocked

StatusIDPriorityType
Closed32905MajorQuestion
ProfileReply
keskinozClient

Hi,
I'm using xafari v16.2.6011 in my asp.net project.
I've added ViewDockPanelV2Details to a listview definition in the model.
At runtime, I've placed that dock panel under the listview at run time. But every time i switch from another listview to this listview, the dock panel does not stay where it is fixed. It seems undocked.
Is it possible to make the dockpanel always docked under the listview?

Regards,
Keskinoz.

Replies

UserDescriptionPosted On
MariyaVoytovichAgent

Hello keskinoz!

Thank you for reporting issue.
All information submitted to our development team. Also a relevant issue [102.161302] registered in our issue tracking system.
You may reference to this number later to find out its state.

for a temporary solution, I can offer this:
Insert the following code in WebApplication.

public class DemoDockPanelsWebApplication : WebApplication
{
public DemoDockPanelsWebApplication() {
InitializeComponent();
OptimizationSettings.AllowFastProcessListViewRecordActions = false;
OptimizationSettings.AllowFastProcessLookupPopupWindow = false;
OptimizationSettings.AllowFastProcessObjectsCreationActions = false;
ActionsFastCallbackHandlerController.UseFastCallbackHandler = false;
ListViewFastCallbackHandlerController.UseFastCallbackHandler = false;
OptimizationSettings.LockRecoverViewStateOnNavigationCallback = false;
OptimizationSettings.EnableNavigationControlDelayedCreation = false;
}
}

Feel free to contact us if you need further assistance or have additional questions.

Regards,
Mariya
On behalf of Xafari Client Services Team

keskinozClient

Hello Mariya,
That temporary solution did not worked. Do you have another solution?

Keskinoz.

MariyaVoytovichAgent

Hello keskinoz,

I apologize for the delayed response.
In order to fix the issue, we must first reproduce the issue in our labs. We are unable to reproduce the issue. We do not have ideas why this error can occur on your machine either.
Could you please provide us with the following info?
1. A small demo project, reproducing the problem;
2. Detailed steps to reproduce the problem.
We want to help you and are looking forward to hearing from you.

Regards,
Mariya
On behalf of Xafari Client Services Team

× This ticket is closed.

Write US