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

Telerik RadGrid is not mataining it's current position while Page loading In IE ?

1 Answer 78 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Suresh
Top achievements
Rank 1
Suresh asked on 29 Apr 2015, 09:38 AM

I am using Radgrid in my page more then 5000 records, when Page loading for the first time My RadGrid position is at top(Not be specified location and Grid is shaking while loading data) of Page for few seconds and after loaded entire data.It is coming normal position.
  Please find the attached problem screen below.
Rad Grid Style is

Style="position: fixed;left: bx; right: 10px; bottom: 110px; top: 206px;"

I want to fix(Don't want to move up to normal position) RadGrid Position always fixed even Page loading for the first time.

Note:- It is not happening in Chrome,Firefox only happen Internet Explorer, and I do not want to pagination for my page.

Please give me solutions.Thanks in advance...

1 Answer, 1 is accepted

Sort by
0
Viktor Tachev
Telerik team
answered on 01 May 2015, 11:26 AM
Hello Suresh,

Note that when the position of an element is "fixed" the position of other elements will not be considered. The element will also not be affected by scrolling. If you would like to position RadGrid depending of the position of other elements you could set its position to "relative".

If you would like additional information on positioning elements with CSS you would find the following article interesting.




Regards,
Viktor Tachev
Telerik
 

See What's Next in App Development. Register for TelerikNEXT.

 
Tags
Grid
Asked by
Suresh
Top achievements
Rank 1
Answers by
Viktor Tachev
Telerik team
Share this question
or