Thanks; this issue is fixed now.
On a separate note, I can see many uncommented "console.log" in the entire project. I am not sure whether we are checking "development only" for that. But it is not a major concern. Thanks
I already know the documents you gave me in the reply. I have created different pages in my application like this. My specific question is if I want to include the full calendar control in my page what are the steps? What JS files should I include in my CSHTML file? Do you have a sample code specific to the full calendar control?
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
Done. Issue created. https://github.com/aspnetzero/aspnet-zero-core/issues/5565
In the future if I want to extend any of the basic boilerplate code , is it possible to do it by myself? like downloading the source code from aspnetboilerplate . modify and update the DLL reference
Hi .. I use the MVC project.
My requirement is as below. I added a new field called ismandatory, If this check box is true, I will show a validation error in UI, if it is false, I will allow the user to save it.
How do I add a new column to the DynamicProperty table. I can add it to DynamicPropertyDto, but I can't edit the DynamicProperty table to have a new Boolean column.
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?