KENDO GRID ROW SELECTION ON IE11 FIXED | URDINESH

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

Monday, July 20, 2015

KENDO GRID ROW SELECTION ON IE11 FIXED

Hi All,

Many of us struck with displaying hyper link in Kendo UI
Grid ON IE 11. 


Most of the times the hyperlink is not clickable,

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