Hi I use MVC jquery Project (Latest version). I want to add a dashboard that is basically a calendar view. I know ASPZero comes with full calendar. https://preview.keenthemes.com/metronic/demo1/features/calendar/basic.html
But I find it difficult to follow the documentation.
Could you please explain to me how do I add a calendar control in an MVC page.
Hi
I get the following console error in chrome when I close the create user popup. I have noticed this error in some other pages as well. May be something to do with css. Do you know how to fix this?
I use MVC, .net core (latest version)
Users:1 Blocked aria-hidden on an element because its descendant retained focus. The focus must not be hidden from assistive technology users. Avoid using aria-hidden on a focused element or its ancestor. Consider using the inert attribute instead, which will also prevent focus. For more details, see the aria-hidden section of the WAI-ARIA specification at https://w3c.github.io/aria/#aria-hidden. Element with focus: button Ancestor with aria-hidden: <div id="Modal_1522251741378206548" class="modal fade" tabindex="-1" style="z-index: 1050; display: block;" aria-hidden="true">…</div>
Hi
I just upgraded to latest version. I am using MVC.
When I try to generate/regenerate an entity using the RAD tool, I get the following error. This error occurs when I select "create non modal crud page" check box
System.NullReferenceException: Object reference not set to an instance of an object. at List<LoopedNavigationPropertyTemplate> AspNetZeroRadTool.FileWizards.FileGenerators.Generic.TemplateReader. ReadNavigationPropertyTemplate(string path) at void AspNetZeroRadTool.GeneratorFromTemplate.HuSpEyiB3(TemplateInfo , TemplatePathInfo , string , EntityConfiguration ) √ Frontend generation is completed. √ Maui generation is completed. √ Localizations are updated.
Code generation is complete. Press ENTER to exit...
Any idea?
Logs are not helpful
DEBUG 2025-02-12 05:24:39,912 [1 ] lVisualStudioExtension.AspNetZeroRadTool - Menu item clicked with params > loadFromJson: True, loadFromDatabase: False, showAboutForm: False DEBUG 2025-02-12 05:25:08,450 [1 ] dioExtension.Dialogs.EntityGeneratorForm - Generate entity started. ERROR 2025-02-12 05:27:18,694 [1 ] dioExtension.Dialogs.EntityGeneratorForm - An error occured while generating entity^C WARN 2025-02-12 05:27:18,694 [1 ] ToolVisualStudioExtension.Helpers.Logger - ^C
Hi How do I set a dynamic property as mandatory? For example, I have a text dynamic property named employee code, the user can't leave this dynamic property blank. He has to enter some value. It is a compulsory field. How do I implement this?
Hi I use v14.00 of aspnetzero. I use MVC& jQuery project type
I need to add Dynamic Entity Property Values to the CreateEditModal in a tab layout. The tab should only be visible if the entity has Dynamic Properties configured and the user has the necessary permissions.
How can I implement this? Are there any existing code samples or blog posts that explain this?
Hi I use .net core MVC&Jquery . How do I set up an Azure pipeline for the public website?
The following document only talks about the web.mvc project. I want to deploy web.public as well.
https://docs.aspnetzero.com/aspnet-core-mvc/latest/Setting-Up-an-Azure-Pipeline-Mvc-Core
One more question; do we need two separate app services in azure for public and mvc admin sites? My requirement is as follows;
www .mydomain.com should point to the public website and www .mydomain.com/app should point to the admin MVC site.