Hi,
I am on MT Cloud environment.
When I am using Dropdown List filled by List Source, and when I am returning more Properties from the List source, I am using this code to get for example second Property from List Source:
But now, I have this type of Dropdown List on Grid.
So when I am processing row where user make change, I am triggered Data Change event, and using code like this:
But in row.Properties["marker"] there is no option for GetListValue function, when I need for example second Property from List Source.
What is correct approach here?
Thanks.