Activities of "thanhlg"

Is it possible to move the right sidebar to the top in an ABP Blazor Web App (LeptonX theme)?

I managed to fix the issue on my own after waiting a long time without a detailed response. Could I please get a ticket refund for this? Thanks!

This answer doesn't solve my issue. Could someone provide more detailed support?

Hello thanhlg 🙋‍♂️,

You can use this article for a case-sensitive search. See: https://abp.io/community/articles/caseinsensitive-search-in-abp-basedpostgresql-application-c9kb05dc

I can say that searching by foreign key fields is completely specific to your business. Therefore, you need to manually update the templates of AppService, Repository, and UI side.

How to do this is explained in this document.

Hi berkansasmaz,

Thanks for the helpful article on case-insensitive search with EF.Functions.ILike(). It works for case-insensitivity, but we're specifically looking for a solution for accent-insensitive search (e.g., searching "chao" should match "chào" or "cháo").

Is there a way to handle accent-insensitive search purely within the ABP Framework (possibly through a custom string comparison method or a helper function) without relying on PostgreSQL's unaccent()?

We'd like to avoid extending PostgreSQL and instead keep the logic within the application code.

Hi, I noticed that when the web app starts, it calls api/abp/api-definition, which is quite heavy and causes slow loading. Is there any way to improve or optimize this?

hi

Yes. This is how webapp initital

First blazor server. Then download wasm file in the background. Next time refresh page will switch to wasm

This process will take a few seconds to initialize wasm.

Thanks.

Thanks for the info.

To improve UX (some users think it's a bug), I want to show a loading screen and hide it only when all resources are fully loaded and the app is ready to use.

Is there a way in ABP to detect that? Can you provide an example?

Why can't I create a module-pro anymore?

I have resolved the issue in another way. Thank you for your support.🌻

hi

Can you try to get the user from QaUiConnectionStore.GetConnectionIdsByKey(eventData.UserId.ToString())?

Inject QaUiConnectionStore service and call GetConnectionIdsByKey

Sorry for the late reply. This approach still isn’t working. Today, I tried debugging in the IN Module (Module Template), and I was able to get event.UserId. But after building the IN Module into a package and installing it in the Main app (Blazor Web App), eventData.UserId comes back as null when I run the event

Could you please check if I'm doing this correctly? It's still not working. :(. Do I need to configure anything else?

Application:

Application.Contracts:

HttpApi:

Blazor.Client/Components:

Showing 1 to 10 of 55 entries
Boost Your Development
ABP Live Training
Packages
See Trainings
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on October 15, 2025, 07:46