Posted on: 2/13/2015 8:02:21 PM | Views : 531

Hello,  I posted this on stack overflow without response so i am curious if anyone can explain how i should set my updatepanels to work correctly.  
I have two gridviews. One with header information that on click triggers the selection of data and displays relevant line information in the line gridview (child). When I click on a header the fetch and drawing of the line grid seems to take sometimes a second to 7-8 seconds.
My issue it seems is that when I click on the header row the line data fills but it is slower than I would like and I believe it is because the page is refreshing the header (parent) rows each time the lines are displayed and I am not sure why.   I have the updatemode set to conditional as well as childrenastriggers="false"
I am using fiddler to determine this as best I can.
I have tried 2 ways of doing this. the first in Render I did the following:
<div class="snippet" data-lang=" ...

Go to the complete details ...