Skip to main content
Solved

In Modern UI, how do I correctly merge gridConfig settings instead of replacing?

  • July 21, 2026
  • 2 replies
  • 33 views

Forum|alt.badge.img+8

In my case, I’m customizing SO301000 and enabling the import button on the Detail grid with the following:

@gridConfig({
actionsConfig: {
import: {hidden: false},
}
})

But, this seems to replace the settings that the base screen is using including:

 syncPosition: true

How to I merge my configuration instead of replacing the existing gridConfig settings?

Best answer by darylbowman

@updateDecorator

from here

2 replies

darylbowman
Captain II
Forum|alt.badge.img+17

@updateDecorator

from here


Forum|alt.badge.img+8
  • Author
  • Captain II
  • July 21, 2026

Thank you, ​@darylbowman!  

When are you teaching your next class on Modern UI? ;)