Hello,
I’m trying to pass parameter from a column subview to the table (The component in the subview is a dropDown and i want to get the dropdown’s selected value).
Does anybody knows a way to achieve this ?
Thanx ! 
Hello,
I’m trying to pass parameter from a column subview to the table (The component in the subview is a dropDown and i want to get the dropdown’s selected value).
Does anybody knows a way to achieve this ?
Thanx ! 
Use a system.perspective.sendMessage() in a changeEvent on the selected value of the dropDown and a message handler on the table.
Thanx it works  ! 