views:

20

answers:

0

I'm using jQuery UI dialog box to render inside grid of records. Is it safe to do that as my browser is crashing along with vs2010. The grid record has only two columns - 1.) some text 2.) checkbox. Total no. of records requested asynchronously are not more than 200. Doing so, the checkboxes kinda freeze. They respond too late after checking/unchecking. So is the case when I drag around the dialog window inside browser window. What might be the reason? Any idea please?

P.S. There is nothing like I'm stuck in an infinite loop at the server side. The case, however, is not the same if there are only few number of records e.g. 5 records. In that case it works fine.

Thanks.