Hi Hope you can help with this problem. I have GridA that populates GridB using a rowselect function, then GridB populates a form again based on a rowselect function. First time round all works correctly, but on second rowselect of GridB the function fires twice once based on the row data from the first selection (checked by capturing the value held in ui.rowData[0]) and then for the correct value (again checking value ui.rowData[0]), this continues for third (this times fires 3 times), fourth (this time fires four times) etc.
Closing browser and starting again just repeats above process