I have a RadGrid with rows populating from a SQL DB, I need to send an email on update fire event if a rejected checkbox is true. My question is how do I access the "rejected" checkbox from the edit form and check to see if it has been set to true. Also I would like to be able to access any of the data from the entire record if possible so I can compile the email and send it out with the data from the record. I work in VB.NET