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