Below is the code to display my popup form, but when i clicked 3 times this pop-up show in behind another pop up
protected void grid_RowCommand2(object sender, ASPxGridViewRowCommandEventArgs e)
{
if (e.CommandArgs.CommandArgument == "Skoring")
{
ASPxPopupControl3.ShowOnPageLoad = true;
}
}