Sergey Kornilov 8/28/2024 | |
Code snippets are executed once on the page load and cannot access grid data. You need something that will execute multiple times, once for every grid row. Start by reading this article: |
K
|
kenan_almata author 8/28/2024 |
Thank you for your response. |
mbintex 8/28/2024 | |
Proposal:
' ' as countries_snippet place that in your table and have a custom view code for the field. With that you can not only design how this field looks like, but you can also work with all values from all other fields. If you use your virtual field in Edit and Add screens don´t forget to Unset that virtual field before saving. |
K
|
kenan_almata author 8/30/2024 |
Thank you. I just wanted to understand in a code snippet, how to get a value of a field from the grid data and Mr. Kornilov said it is impossible. |