Hello Daniel,
I suppose you called the RadAlert from client side, and the validations happens only when a postBack happens. One approach is to call the RadAlert fro code behind.
aspx:
C#:
Also take a look at the following blog.
Executing JavaScript function from server-side code
Thanks,
Princy.