This is a migrated thread and some comments may be shown as answers.

Rad alert - stop execution of loop when showing alert.

1 Answer 91 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Jagat
Top achievements
Rank 1
Jagat asked on 18 Jul 2013, 05:16 PM
Hello,

I am looping through a datatable. For each row in the datatable, after executing set of commands, I want an alert message to be displayed and when the user clicks OK resume the loop. Is this possible?

        Dim dt As DataTable

        For i As Integer = 0 To dt.Rows.Count - 1

//Execute some code here

  RadAjaxManager1.Alert(newtid & " is assigned to Route " & rtNm)

//Resume the Code

        Next

Thanks

1 Answer, 1 is accepted

Sort by
0
Jayesh Goyani
Top achievements
Rank 2
answered on 22 Jul 2013, 10:41 AM
Hello,

This is not possible with any RadAlert, Jquery Alert...etc.

Note : Execution pause only and only by browser alert.

Thanks,
Jayesh Goyani
Tags
Ajax
Asked by
Jagat
Top achievements
Rank 1
Answers by
Jayesh Goyani
Top achievements
Rank 2
Share this question
or