I have a radgrid with one column called ApplicationName. When I click the "Add New Record" button to add a new record and fill out the textbox, I want to check the textbox to make sure there is not a duplicate ApplicationName in the database. How do I access the textbox to perform validation on it and what event do I place the code inside. I thought it would be the ItemCommand evnet but it seems to happen after the insert is completed.
Do you have an example? I looked at the examples on the website and could not find something to use.