Open Closed

Use Paging features with Devexpress Blazor Grid #5301


User avatar
0
hanntd created
  • 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

2 Answer(s)
  • User Avatar
    0
    jfistelmann created

    Hey,

    this seems to be more of a DevExpress issue than an ABP issue.

    I've done some research based on what you described and hopefully this here helps you: https://docs.devexpress.com/Blazor/403737/components/grid/bind-to-data#large-data-server-mode-sources

    https://supportcenter.devexpress.com/ticket/details/t1104088/dxgrid-custom-data-binding-events-in-blazor

    kind regards Jack

  • User Avatar
    0
    hanntd created

    Yes, It's not the issue of ABP I just want to ask if is there any existing solution to use Devexpress Grid instead of Blazorise Grid. Thanks for your link I will try it. Dharma

Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11