What is your product version? 11.4.0 What is your product type (Angular or MVC)? Angular 14 What is product framework type (.net framework or .net core)? .NET6
Hi support,
I would like to ask how to approach a use case that each tenant wants to have different set of data/fields for the same functionality i.e. store customer personal info, one tenant might want to start by storing 5 fields for their customers and other tenant 10 fields; I am talking about mandatory fields. How to approach this on back-end data model including SQL database. The same question for the front-end.
Also could the tenant later on modify this by adding/removing fields dynamically? Is there any build-in functionality that can handle such a case or do we have to develop a custom mechanism?
Thanks, Loizos
Thank you very much!
Hi ismcagdas,
I'm sorry, I have only checked the ngx-bootstrap components and there was nothing there for this purpose... so now I see that PrimeNG do support dropdown list here: https://www.primefaces.org/primeng/dropdown, which is pretty much similar to select2, so can I use this one instead of autocomplete?
Can I just import it in app.module.ts and use it, or you have to include it first in next releases? The same question goes for other components I see in PrimeNG list, can I just import them and use them?
Thanks, Loizos
What is your product version? 11.1.0 What is your product type (Angular or MVC)? Angular 13 What is product framework type (.net framework or .net core)? .NET6
Hi support,
I am struggling with select2 component can you please help on this? But I thought that most of the Metronic controls or at least the most common one - were included in asp.net zero, but it's not the case right? Do you have plans to add more?
Anyway, I followed instructions I found in several posts on how to install and use it in Angular but either npm commands not working so I had to use yarn, or module couldn't be found after I added it in app.module.ts, or my entire application was full with compilation errors after jquery and bootstrap installations... so I revert back all changes
Can you please advise on how to install and use it? Is there any other similar control that comes out of the box and I didn't realize/discover it?
Thanks, Loizos
Thank you @ismcagdas! All done, issue closed.
Hi @ismcagdas
The new added theme works fine and also the modifications to the new look and feel are done so we are happy with this, thanks again for your valuable support!
Only thing just before close this issue is the new top menu I've added; I am trying to find a way to remove the icons from the root menu (sub menus are ok as it is with icons ) and also to highlight the selected menu item from the root item to the sub item. As it is now, i.e. the Administration root menu is not highlighted when Users are selected.
For example I want something like that: [https://prnt.sc/er0lac96OXtK] [https://prnt.sc/p6ocK-OQZ5SF]
Hi,
I think it's not only about where to place the top or side bar menu, because I see that it's also the mobile toggle bar's position that need to be changed, the logo's position and the way it's loaded (current default-brand does not support this change), and also the navbar panel's position including the tob-bar-menu's look and feel that might need some changes (this requires to add another top bar menu component).
Please correct me on the above in case I see it the wrong/difficult way to do it.
Having in mind all above changes, I tried to add a new Metronic theme in order to place all changes in the new one and not breaking the default one. However I am getting this runtime error: "Multiple components match node with tagname default-brand". I crosschecked everything and I didn't find any double used selectors in my code etc. Please advise.
Hi,
Is there an example on how to use this or similar setting to render the Angular part? Because to make it work for the Top menu it's a bit big change, the whole layout has to be changed.
Thanks, Loizos
A2: You can add a setting to Default theme settings and update this setting So all I have to do is to change this value?: settings.BaseSettings.Menu.Position = "top"; These settings also need to be changed or not?: settings.IsLeftMenuUsed = true; settings.IsTopMenuUsed = false;
Then, you also need to use this theme setting in Defualt theme's Layout.cshtml.... I am Angular so I don't have Layout.cshtml. But do I have to do any changes on the Angular part? Isn't it enough just to change the above value of the setting and the front end will be just using it??
Hi support,
We would like to use the default theme as our base theme but with three main changes: 1. to enable the menu on the header panel (it's enabled by default in metronic), 2. to disable the aside (left) menu, and 3. to have the main content fluid width - not fixed. The result of this when you use the Layout builder in Metronic site is:
[https://prnt.sc/1_faAoxg_iWW]
Please advise on how to apply the same configuration in our asp.net zero angular solution. I know that you support "Adding New Metronic Theme", but still if I add a new theme based on the default one, what are the changes we need to perform in order to make it feel like the one above?
Thank you in advance!
Loizos