Change event not firing on a control inside a grid from Mouse Action
Hi Team,
I have a repeating grid layout defined on a list. I have defined a drop down on a control with label='Country" with a action event defined as "Change".The event is not firing when I use the mouse to select the option. The event does fire when I use keyboard keys to select the drop down option.Please find the snapshot of the field in question marked in red below:
Also the action tab details is as below
The same scenario outside of a repeating grid works for both mouse and keyboad generated onChange event.
Is this a known issue for a repeating grid or I am doing something incorrectly ?
Thank You,
Prem



Hi Premjit,
In the above screenshot, looks you have configured postvalue and refresh current row, so is that when you select a different value in dropdown with mouse the data is not posted in the clipboard whereas if you do with keyboard it does?
What is the behavior after select a different value from mouse and clicking on some other text input or other place outside this row?