Forum Discussion

DenisMedvedev's avatar
DenisMedvedev
Contributor
10 years ago
Solved

How to deal with ConcurrentModificationException exception?

I’m getting this error, when I’m working with dropdown in table.       I’m using bellow code: this.SetDropDownValueByRowNamberAndColumnName = function(rowNumber, columnName, dropDownValue){ ...