Hello,
I have a little issue using the Grid control (MVC). All works fine except for one small problem. The filter window doesnt appear when you click the filter option on the grid header.
I can see in the source that window is being shown, the only problem is it's top value is -1000px. If I manually adjust this to 0px then the window appears at the top of the window (as you would imaging).
Has anyone come across this before and possibly have a fix in place?
From what I can tell the correct kendo & jQuery files are referenced.
jquery version 1.8.3, I cant upgrade any higher than that at the moment as it breaks alot of other scripts on the site.
Cheers,
Nico
I have a little issue using the Grid control (MVC). All works fine except for one small problem. The filter window doesnt appear when you click the filter option on the grid header.
I can see in the source that window is being shown, the only problem is it's top value is -1000px. If I manually adjust this to 0px then the window appears at the top of the window (as you would imaging).
<div class="k-animation-container" style="margin-left: -2px; padding-left: 2px; padding-right: 2px; padding-bottom: 4px; overflow: visible; display: block; position: absolute; top: -10000px; z-index: 10002; left: 502.40625px; box-sizing: content-box;">//omitted container showing filter form.</div>Has anyone come across this before and possibly have a fix in place?
From what I can tell the correct kendo & jQuery files are referenced.
bundles.Add(new ScriptBundle("~/bundles/kendo").Include( "~/Scripts/kendo/kendo.all.min.js", "~/Scripts/kendo/kendo.aspnetmvc.min.js")); bundles.Add(new StyleBundle("~/Content/kendo/css").Include( "~/Content/kendo/kendo.common.min.css", "~/Content/kendo/kendo.default.min.css"));jquery version 1.8.3, I cant upgrade any higher than that at the moment as it breaks alot of other scripts on the site.
Cheers,
Nico