A grid deployment does not reflect changes

I have a grid but any changes in the columns are not reflected after the deployment.
it is just one grid, other grids work ok. somehow crome caching works different for the only grid during the deployment? somehow an old version of the grid is constantly deployed.

are there any settings to play with or clean some development temp files perhaps?
(using the last SC version but this problem seems to be before)

update
i removed all generated files with the name of the grid in the dev. redeployed, but at no success. the same problem persist.

Have you tried to delete browser cache?

good tip , always. yes , i tried.
i noticed that the deployment goes ok, it does refreshes the production,
the problem persist on the dev.
I made a copy of the grid app. deployed , now i see the last changes.
I made a new change on the copy grid , but it does change the production with the deployment.
strange that the other grids work ok , this one is cursed :slight_smile:

it could be a case that grids remember its state sinds the last SC release.
i notice when i quick search a grid app, close it and reopen , it shows the last searched records, while the quick search bar DOES NOT remember its state and stays empty. very confusing.

the only quick fix solution is to enter a space in the quick search bar to get all the records.
it seems it remembers the shown columns as wel.

SC, is this some new functionality? then it does not work as expected.

Hello Maxim!!, Have you enabled the SAVE GRID option? I’ve experienced a couple unexpected behaivors when so. Let me know.

Regards

1 Like

yes , save grid option is enabled (in the toolbar).
do you think it is better to turn it of? i do not think anybody uses it anyway.

I think I misread the problem. The SAVE GRID have played wrong with not showing records. But you have trouble with changes in the columns. Maybe you could also try enabling the DISABLE CACHE option in Chromes inspector. I would also check if the SOURCE CODE option in SC is showing the changes you make.

1 Like