Base solution for your next web application

Activities of "Mitch"

ASP NET ZERO 9.3.1 RC MVC .Net Core

Default Theme

If I go to Edit Role and choose the Permissions tab, I noticed that you cannot Save any changes.

On further investigation it appears that there's an error in role-list,min.js on line 53.

if (!options && (!options.singleSelect || !options.disableCascade))

shows the following error.....

Uncaught Type Error : Cannot read property 'singleselect' of undefined.

In the Client Settings, User Management Tab there is a Hint that is mispelled."Register" is mispelled as "riegister", as a result the entire text is not recognised.

[Allow users to rıegister themselves_Hint]

I've been using all the previous versions of Power Tools and it has always worked fine.

The latest version (2.6.1) simply closes when the Generate button is pressed and nothing is changed in the database or the project.

Is there a way to revert to version 2.6.0?

I'm using Telerik MVC and Core components with ANZ, but I have found that when dealing with forms, ANZ expects the values with fields in Camel Case whereas Telerik returns the field names in Pascal Case. The end result is the when clicking on the Save button, an error occurs due to all fields having null values.

I have tried several times to fix this and in the end I gave up and decided to completely bypass the Volosoft validation and CRUD routines and use my Telerik friendly versions.

However, I would be more productive if I could use the standard ANZ approach, which I believe could be achieved by either getting ANZ to accept Pascal Case or to get Telerik to post in Camel Case.

So my question is, how is everyone who uses Telerik getting Telerik form components to save data with ANZ?

Using the Default Layout in full screen mode, everything looks good.

However, if the screen size is reduced, the Language, User and Notification bar is hidden.

I've just installed the latest version of ANZ (9.0.1) MVC/jQuery/Core 3.1 and I've noticed that if you login as admin to Host and then select the Administration menu and then Languages, the Languages List Button only offers "Change texts".

It seems to be missing the usual "Edit", "Set a default Language" and "Delete" options as shown below.

It's easy to retreive the Tenant ID with AbpSession.TenantId;

But what is the simplest way to retrieve the Tenant Name?

Over the past couple of years, there's been many requests for advice for converting modal forms to non-modal forms.

Recently you published some guidance on how to change the Modal forms so they become Non-Modal.

However, it is still quite time intensive to do this when many forms are being generated.

On the basis that RAD Tools is having some improvements in version 8.6, could you please include an option to choose whether to generate a modal or non-modal form.

Has anyone successfully managed to get Telerik reporting working with ASP Net Zero Core jQuery?

There appears to be a missing step in the "Developing-Mvc-Core-Customizable-Dashboard" Step by Step Guide.

In the "Creating a New Widget" section "Step 1. Create an API"

"GetHelloWorldOutput" doesn't appear to be defined anywhere.

Showing 11 to 20 of 41 entries