Status | ID | Priority | Type |
Closed | 39080 | Major | Question |
Profile | Reply |
MollyClient | Do you have a sample of how I can fix the layout of dockpanels such that users cannot change the dock layout at runtime.am trying to implement this using and same my models in the database.also does the audit module support sqlite or vista db? |
User | Description | Posted On |
MariyaVoytovichAgent | Hello! To disable Layout customization for the DockPanel, you need to access the LayoutControl view, which is located on the target panel. You can add this controller to any project that has DockPanels and see it in action. The audit module supports only MS SQL and Oracle. Feel free to contact us if you have any questions. Regards, | |
MollyClient | I ment how to fix dockpanel positions so that end user can't reposition them,close them or minimize them in winforms while storing the model in database. | |
MariyaVoytovichAgent | Hello! Xafari DockPanels are based on DevExpress DockPanels. Feel free to contact us if you have any questions. Regards, | |
MollyClient | Let me restate my question. Look at the northwind demo at the orders view,there are various dock panels in various positions.How do you set these positions at development time. Am storing Model Differences in the database | |
MariyaVoytovichAgent | Hello! Sorry for the delay with the answer. Unfortunately, at the moment there is no way to save the layout of the view in a model that belongs to the project itself. (for example, to the Model.xafml file in the Xafari.Northwind.Win.App project) Feel free to contact us if you have any questions. Regards, |