Hello,
Telerik RadGrid is working very nicely in our project, but we have one problem.
We set the grid height to a fixed value, but when the grid loads it is first shown with much smaller height and after about one second the grid gets it's full height. This also happens sometimes when we use AJAX to go to another grid-page.
Especially in IE it often takes about 1 to 2 seonds which is quite annoying.
A dirty fix is this CSS:
.GridDataDiv_Office2007 {
height:{xx}px !important;
}
But this is too hackish of course. If i set the grid to a fixed height it should set GridDataDiv_Office2007 to a fixed height as well, not?
Any suggestions?
Thanks in advance.