Base solution for your next web application
Ends in:
01 DAYS
01 HRS
01 MIN
01 SEC

Activities of "yekalkan"

Answer

As i see, you should have left the "Application area" field in Project generation page empty. Right? It should not allow you to left it empty. We will fix this.

For your situation, the solution is:

Open "AspNetZeroRadTool\config.json" file and set ApplicationAreaName as "AppAreaName". See screenshot below:

You can create the entity without the VarBinary field and then add it manually.

Yes.

In "AspNetZeroRadTool/" folder in your project, there are your rad entities saved as a json file ("Namespace.EntityName.json"). Just copy them to your new project and then you can regenerate them there.

We are not planning to provide RAD for ASP.NET MVC 5.x & JQuery.

See https://docs.aspnetzero.com/documents/common/latest/Version-Differences#asp-net-core-v-s-asp-net-mvc-5-x

@deltavision

Is entity history enabled in your project?

see https://docs.aspnetzero.com/documents/aspnet-core-mvc/latest/Features-Mvc-Core-Entity-History

make sure you uncomment following line in *.EntityFrameworkCore\EntityFrameworkCore\YourProjectNameEntityFrameworkCoreModule.cs

//Configuration.EntityHistory.Selectors.Add("AbpZeroTemplateEntities", EntityHistoryHelper.TrackedTypes);

Hi,

Thanks for reporting. rows attribte should be [rows] in p-paginator tag. We'll fix this in next version.

For you problem, You can do the following changes:

  1. change rows="{{primengTableHelper.defaultRecordsCountPerPage}}" to [rows]="100" in *.html file.

  2. add this method to your *.ts file: ngOnInit(): void { this.paginator.rows = 100; }

Answer
Answer

No.

Why do you need this?

Hi,

We don't have an example for this.

Showing 61 to 70 of 314 entries