Data Grid Validation
Summary
Validating Cells one by one in a data gridContent
Hello,
I have a 5 column, 5 row data grid set up for data entry. I would like to require certain fields in the grid. I've set up an "on blur" event on the first column that calls a function that checks that the value has been entered. If the value has not been entered, the user is stopped right there and focus stays on the current field until the user enters a value. However, when on the second row, same column, the on blur event does not fire even though it is calling the same action chain. It seems once
Tagged:
1