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

how to prevent 2nd record click while data for 1st row is loading

1 Answer 31 Views
Grid
This is a migrated thread and some comments may be shown as answers.
ajmal
Top achievements
Rank 1
ajmal asked on 10 Dec 2010, 09:12 AM
Hello All,

Attached is my grid which has 2 records and grid is place in my first half page area.

when someone click on a record, the details are loded in the rest half page area.

when one click on any record, page goes on postback and spin image displayed, but meanwhile anyone can click on another record, even the details for first record is not loded 100%.

how to disable on click on another record?

1 Answer, 1 is accepted

Sort by
0
Shinu
Top achievements
Rank 2
answered on 13 Dec 2010, 01:20 PM
Hi Ajmal,

Disabling a control during AJAX is possible by using OnRequestStart and OnResponseEnd client-side events disabling the control explicitly from client side.

For disabling grid from client side:
Enabled/Disabled conventions


-Shinu.
Tags
Grid
Asked by
ajmal
Top achievements
Rank 1
Answers by
Shinu
Top achievements
Rank 2
Share this question
or