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

page does not load(only empty blue page shows), have to refresh page to load in IE11 for telric grid

0 Answers 13 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Mukesh
Top achievements
Rank 1
Mukesh asked on 31 May 2016, 04:16 AM
We are using the telerik grid control and facing the issue with this. It does not load the lists properly some times it gives us blank page ,once we refresh that page then it works for us.
Page randomly comes blank in case of IE11.
Can you please suggest me on this ?
my code is like this.
if((Request.Browser.Browser == "IE" || Request.Browser.Browser == "InternetExplorer") && (Request.Browser.MajorVersion >=7))
                        {
                            
                            compatibleIEVersion = "9";
                                   
                        }
if I change compatibleIEVersion = "edge"; then it works but creates the issues for drop downs.
Please suggest me on this.

Tags
General Discussions
Asked by
Mukesh
Top achievements
Rank 1
Share this question
or