195
Views
6
Comments
Solved
[OutSystems Data Grid] Grid Loaded
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

How to check if the grid is totally loaded and ready?

2020-08-05 08-52-58
Ruben Goncalves
Solution

Features requested in this thread have been implemented:


2022-09-16 08-04-04
Bruno Martinho
Staff

Hello @Filipe Lourenço 

We currently have an event that is raised when the grid is initialized, but it is internal.

Maybe we can make this event public.

Can you please let me know what is your need for this?

Thanks,

Bruno Martinho

2024-01-05 16-00-17
Filipe Lourenço

I want to insert a background-color for each cell. So for that my data has a color attribute and when the grid is ready I do a forEach (data) and by javascript I make a inline style, but this is by row, I don't have a solution for just one cell. A kind of tricky but I don't know any other way to do that.

2022-09-16 08-04-04
Bruno Martinho
Staff

That is an interesting use case, what you need is a conditional format?

Do you need to style a cell or a row depending on a value?


2019-02-28 14-32-28
Stein Jørgen Dahle

Yes, styling of cells is an important feature. It will get a much better look in a grid.

Is it possible to add an option to ColumnOptionalConfigs with:

"Style Classes" with same behavior as other OS-components?

This can then be dynamically, ex. red if negative etc.

2020-08-05 08-52-58
Ruben Goncalves
Solution

Features requested in this thread have been implemented:


Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.