After saving the Interactive grid, I need to Refresh the page item (Display only). How to achieve this
Asked
Active
Viewed 140 times
1 Answers
1
It's not possible to "refresh an item". An item value is determined at page rendering time, based be computations, page process, default values or source settings. But it is possible to use a dynamic action of type "Set Value" to set a read only item value.

Koen Lostrie
- 14,938
- 2
- 13
- 19
-
Ok, then how to "Set Value" to a read only item value when interactive grid is saved. – shajin May 22 '23 at 05:39
-
I haven't tried, but I'd say with a dynamic action of type "Set Value", on event "Save (Interactive Grid) ? Have you tried that ? – Koen Lostrie May 22 '23 at 06:37
-
Thanks! Koen. Its working with the dynamic action "Set Value" type. – shajin May 23 '23 at 12:04