26
Views
3
Comments
[OutSystems Data Grid] Grid with thousands+ rows gets blocked when selecting the dropdown
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

I have a grid with +2000 thousands rows and the first column is a dropdown. (max 3000 rows)

If I just click on it or any other field and click outside the field,  the grid gets stuck and other fields are blocked too - I cant click.

And after some seconds I get this error


Is there something I can do to avoid this?

Im not adding any action to OnCellValueChange event.

2018-11-07 10-57-20
Carolina Bessa

Sorry, not 2000 thousands.. 2 thousands :)

2023-03-13 10-26-05
Sriyamini

Hi,

You can refer below forum discussion. This may help your problem.

https://www.outsystems.com/forums/discussion/68376/outsystems-data-grid-processing-2-million-records-on-screen/

Hope it helps.

Thanks,

Sriyamini.J

2025-07-22 10-30-27
Mandar Deshpande

Hi @Carolina Bessa 

For your case, you can try below approaches:

  • Lazy-loaded cell editors
  • Pagination
  • Lookup modal
Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.