This is a migrated thread and some comments may be shown as answers.

grid height is difficult to set with fill windows across different browser

1 Answer 74 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ifdev02
Top achievements
Rank 1
Ifdev02 asked on 29 Sep 2012, 10:37 AM
on my page i have radsplitter - because kendo split do not work on Crome - it can be not be drag correctly.

Then i filled splitpane with grid. Normall Kendo grid won't simple resize with splitter.
So I added script with resize grid with on pane resize event.
Altoghter, grid height still not display correctly,
On firefox it perfect.
On IE the paging part just goes below window height.
On Crome the paging part is above the window height by 30-40 px.
On safari grid wont resize until grid was clicked.

What is the best way to resize the height of kendo grid when windows or pane is resized?

Best,

1 Answer, 1 is accepted

Sort by
0
Ifdev02
Top achievements
Rank 1
answered on 29 Sep 2012, 02:59 PM
I solved most of the problem by readjust the grid size after page load... 
$(window).load(function () { 
                 resizeGrid();
                 
             });
Tags
Grid
Asked by
Ifdev02
Top achievements
Rank 1
Answers by
Ifdev02
Top achievements
Rank 1
Share this question
or