Hi, in AspNetZero, most of the linkages between aspnetcore and angular are relying on appservice (a.k.a API endpoints).
dhtmlx
seems to be a UI component for the front end. Implementing this framework with mentronic should not be limited by backend stack.
as @ismcagdas mentioned, if you face any problems during the implemention, we can try help you.
Hi, it seems that there is some js scripts cannot be found under /Schools
.
Can you share the App_Data/Log.txt
related to the page request?
Hi, this seems to be incorrect.
minDate: $("#InServiceDate").val(),
you should try
minDate: $("#InServiceDate").datetimepicker().date(),
Hi @maharatha, can you share your ANZ project version ?
you're right. we should provide example for SwaggerEndPoint
in appsettings.json.
See https://github.com/aspnetzero/aspnet-zero-core/pull/2041
Nope. AbpDisplayName
is only used in Razor page.
@Model.LabelFor(x => x.LastName)
Hi, most of the model validation attributes came from asp.net core. Abp only collect all the validations from those attributes and put the errors in AbpValidationException
you can do something similar to this:
[Required(ErrorMessage = "Last Name is required")]
public string LastName {get;set;}
Otherwise you can try using Abp Custom Validation instead
The fix wil be released with ANZ v6.5
Hi, you should download your solution from https://aspnetzero.com/
thanks for reporting.
Have created an issue on this.
https://github.com/aspnetzero/aspnet-zero-core/issues/2035