This question is locked. New answers and comments are not allowed.
Hi,
I am showing a RadWindow on error like this:
I am looping through several controls like this and showing a RadWindow for each time a require isnt met.
I would ideally like to check if an alert is already visible and if it is then dont show anymore alerts.
How can I check to see if a RadWindow is already open ?
I am showing a RadWindow on error like this:
string confirmText = ((TextBox)control).Tag + " is a required field";
RadWindow.Alert(confirmText);
I am looping through several controls like this and showing a RadWindow for each time a require isnt met.
I would ideally like to check if an alert is already visible and if it is then dont show anymore alerts.
How can I check to see if a RadWindow is already open ?