112
Views
3
Comments
Solved
[OutSystems Data Grid] How to use Data Grid to Freeze Columns? I am already using grid to populate data.
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive
Service Studio Version
11.53.18 (Build 61343)
Platform Version
11.17.0 (Build 36781)

I am using Outsystem Data Grid to populate data (Sample Data) using the Grid block, I wanted to freeze a column by default , anyone can guide me on how to use the API FreezeColumns to implement this feature.

UserImage.jpg
Syed Niamathullah
Solution

I solved this by using javascript 

$actions.FreezeColumns($parameters.GridWidgetId,2)

2022-11-12 11-28-30
Gonçalo Martins
Staff

Hi @Syed Niamathullah 

Why are you using that client action on a JavaScript node?

UserImage.jpg
Syed Niamathullah

Is there any correct way to do it? please advise.

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