KENDO GRID HEADER SORTING IS NOT WORKING IN IE11 FIXED | URDINESH

Software Programming, Tutorials, Interview Preparations,Stock Market,BSE/NSE, General informations

Monday, July 20, 2015

KENDO GRID HEADER SORTING IS NOT WORKING IN IE11 FIXED

Hi All,

Many of us struck with sorting by clicking of header in Kendo UI
Grid ON IE 11 is not working. 


Here is the solution,



 In the Declararion of kendo Grid we have line linke Below,

.HtmlAttributes(new { style = "position: relative; z-index: 11000" })


Please remove the highlighted style(i.e. z-index: )
Example:

.HtmlAttributes(new { style = "position: relative;" })

Now Check your grid by running the code...

No comments:

Post a Comment

Thanks for your valuable comments

Followers