You can get reference to the GridDropdownColumn in the ItemdataBound event and get the editor for the dropdown. Access the cell as
shown in the code snippet and assign the validator accordingly. It
would be a good idea to use Custom validator for validation.