I'm using a rad grid to display and update records in a database. In the rad grid I'm using a edit form template to update each individual row. In the template is a user control that has a custom validator that is being validated server-side. Everything works fine with the user control except the customer validator never validates, when the control is used elsewhere is the site, not in a rad grid, the validation works fine. It's only when the control is in the grid that the validator doesn't work. Any ideas on why this validator might not work?