Forum Discussion

DenisMedvedev's avatar
DenisMedvedev
Contributor
9 years ago

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){ ...