How would you add a required validator field that checks a drop down list against the first selected value of 'Select'? I tried to accomplish this and add the validation group to the button on my grid template column section, but it is firing for every
row and I just want it to for for each row. So if they hit the Save button on row 1, I just want it to check the drop down list value in row 1 and not the other X number of fields.
Go to the complete details ...