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?
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 move it to a tab in CreateOrEdit modal? Do we have a sample code somewhere? what are the js files I need to include for this?
Yes, I had a look at that document. In this document, dynamic properties come in a separate modal popup. But I want to implement it as a separate tab in the CreateEditModal of the entity
Thanks. I added the company name. When I put company name as empty it started working.