I have a grid which is inside a div which is hidden using the style : "display:none". I bind data to this grid serverside
and make the div containing the grid visible after a button is clicked on the page. The problem is that the grid data is covered by a gray background. and that dissapears when i resize the page. I believe that the height was probably still zero since the grid was hidden when databinding occured. Is there a way to refresh the grid jusing javascript?
and make the div containing the grid visible after a button is clicked on the page. The problem is that the grid data is covered by a gray background. and that dissapears when i resize the page. I believe that the height was probably still zero since the grid was hidden when databinding occured. Is there a way to refresh the grid jusing javascript?
