Activities of "hanntd"

  • ABP Framework version: v7.2.2
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes Hi, I'm use Devexpress Blazor Grid to replace for Blazorise Datagrid in ABP Framework. I'm having issue with paging processing because Devexpress Blazor Grid doesn't have ReadData event so how I can force Devexpress Blazor Grid to call OnDataGridReadAsync to load data by runtime when user click on paging menu instead of loading full data at the beginning? Thanks Dharma Han Nguyen

Maybe this can help :-) In EntityFrameworkCore add ToLower()

.WhereIf(!string.IsNullOrWhiteSpace(filterText), e => e.Name.ToLower().Contains(filterText.ToLower())) .WhereIf(!string.IsNullOrWhiteSpace(name), e => e.Name.ToLower().Contains(name.ToLower()));

Thanks Buckoge

Hi, I tried to create a new collation in Postgres to support case insensitive and create test table with columns associated with this new collation: CREATE COLLATION english_ci ( PROVIDER = 'icu', LOCALE = 'en-US@colStrength=secondary', DETERMINISTIC = FALSE )

But when I search on the page generated by ABP Suite it throw the error:

Do you have any sample to handle for this case?

Hi,

Is there any way to change in code because when creating the solution with ABP its always create postgres case sensitive db as default during run db migration. Can we apply such as ILIKE in ABP generated code for searching?

Thanks

Hi, How we can fix this problem so that user can input data to search regardless of case sensitive. I'm using Abp Suite to generate UI and Service and faced with this issue for the default search on the generated UI. Thanks Dharma (Han Nguyen)

hi

I think this is the setting of the database.

https://docs.aws.amazon.com/dms/latest/sql-server-to-aurora-postgresql-migration-playbook/chap-sql-server-aurora-pg.sql.casesensitivity.html

I don't mean for table name but I mean for the content/data we input to search, for example we have the original data as below: Then I input "blazor" to filter data and nothing can be fitlered: But if I input exactly as data stored in the database "Blazor", the result is ok and can be filtered:

  • ABP Framework version: v7.2.2
  • UI type: Blazor
  • DB provider: Postgres
  • Tiered (MVC) or Identity Server Separated (Angular): yes Hi, How to disable case sensitive filter when searching as we are using Postgres. Thanks Dharma Han Nguyen

Hi Liangshiwei, Thanks for your support, I can do for #1. Regarding to #2, which project in the module I need to package as there are many projects inside module solution Thanks Dharma (Han Nguyen)

  • ABP Framework version: v7.1.1
  • UI type: Blazor
  • DB provider: EF Core
  • Tiered (MVC) or Identity Server Separated (Angular): yes Hello ABP Team, I'm using ABP Suite to generate ABP Module Template and I need your support followings:
  1. How can I generate Blazor UI for my generated Module template, when added new entity by using ABP Suite it will created MVC UI as default.
  2. How can I package my Module so that I can using package to import into my Main solution instead of reference module projects in the source code. Is there any document related to this toptic?

Thanks Dharma (Han Nguyen)

Yeah, that's a good news and waiting for this update. Thank you so much

Showing 121 to 130 of 148 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 December 12, 2025, 10:36
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.