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,
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