Hi there! I simply love your implementation however I have encountered a problem that I cannot quite figure out by myself. Let me show a screenshot of the problem on this url:
http://img142.imageshack.us/img142/3379/problemwithgridview.png.
As you can see the "hidden" div have a height, which renders my gridview uneven.
My table should be correctly rendered as the resulting div looks like this:
<div id="uniquename3" style="display: none; height: 0px;">I have tried to remove height: 0px as you described in earlier posts with any luck. Any ideas?