
Hello,
Let's say that we have a long list of items inside the first Tab of a TabStrip control and we scroll this list to e.g. 50%.
If we move to another Tab then return to the first Tab, we see the list scroll was reset.
I set up a small example on Dojo: http://dojo.telerik.com/aGAlA/2 .Steps to reproduce:
- In tab One move the scrollbars vertically and/or horizontally
- Then switch to tab Two
- Return to tab One - you'll notice that the scroll position have reset.
This issue is happening only on Internet Explorer (tested with version 11).
Is thisa known issue with Kendo UI framework ?
Probably simple scenarios can be fixed with a workaround (listenting to Tab events and manually setting back the scroll position); however for very complex UI where there are many content controls with scroll bars - a workaround is not an easy option.

Hi,
Filter not working in column declared before multi header in kendu grid . when we filtering member in the datasourcerequest shows as another column name. In our grid Columns declares after multi header fields filter works fine. Sorting functions working fine in all sections .when i remove multi header everything works.
Thanks in advance
shyam
Hello, i am using kendo Grid along with a form which controls are bound to grid's selected property like
<input type="text" class="form-control" data-type="date" data-bind="value: selected.creationDate" readonly ></div>Is there any way to format the printed date along with time in the input control ?
Hi,
I am using the latest Kendo UI version (2016.2.714) and found a bug in the colorpicker.
The buttons (Apply and Cancel) are rendered as
<button class="k-button k-primary apply">Apply</button><button class="k-button cancel">Cancel</button>(see kendo.colorpicker.js line 504 for details or check the source on github)
When included in a form both of the buttons always cause the form to get submitted when they get clicked as this is the common behavior of a button tag. Both of them should have the type attribute set to "button" to prevent the form from getting submitted. The rendered buttons should look like this:
<button type="button" class="k-button k-primary apply">Apply</button><button type="button" class="k-button cancel">Cancel</button>
Best regards
Thomas
Hi!
I want to achieve following:
I have a Kendo grid with a button in its toolbar, which opens a small modal Kendo window (referred as dialog), where I can save, load and delete several user-defined grid settings (http://demos.telerik.com/aspnet-mvc/grid/persist-state).
I am using ASP.NET MVC C# with a ViewModel for the dialog's form, but I think this is a very general question. That's why I posted this question into the Kendo UI forum.
Right now my implementation looks like this:
1. Click on the grid toolbar button creates a small dialog with an iframe
2. In this iframe a simple html page with a few combobox/dropdown and button components is loaded. This page gets the current grid settings (kendo.stringify(grid.getOptions());) posted in its http request (in case the user wants to save the current grid settings on the server).
3. The user can cancel the dialog through clicking on its x icon, which is in the title bar
4. or can perform any load/save/delete grid settings operation
5. When an operation is successful, the dialog shall be closed. This is achieved via returning a small bit of javascript from the server in the dialog's iframe. This javascript calls some javascript of the parent window: for example it tells the parent window to reload and apply a specific grid setting from the server (if the operation was to load an existing grid setting), and to close the dialog.
I feel like the way I implemented this dialog seems to be very complicated and not very clean. It feels annoying to load a complete page into a dialog's iframe, but it would be also very complicated to implement this just via manipulating the DOM structure of the parent window, using Ajax calls only instead of http-requests.
What would be the best way to implement a dialog which not just shows some content, but contains a form that needs to load, save and validate user input which needs to be returned to the parent window when closed? Is there a demo available? Or should I use some frameworks?
Thank you in advance.
Kaan

Hi,
We are trying to install kendo-ui on linux machine, and get the following error output:
bower
invalid-meta The "name" is recommended to be lowercase, can contain
digits, dots, dashes
bower kendo-ui#^2016.2.805 not-cached https://bower.telerik.com/bower-kendo-ui.git#^2016.2.805
bower kendo-ui#^2016.2.805 resolve https://bower.telerik.com/bower-kendo-ui.git#^2016.2.805
bower kendo-ui#^2016.2.805 ECMDERR
Failed to execute "git ls-remote --tags --heads https://bower.telerik.com/bower-kendo-ui.git",
exit code of #128 fatal: Unable to find remote helper for 'https'
We have tried to config credential manager, but the above error still appears.
Any help would be appreciated.
Thanks in advance,
Emanuel
Hi,
I really would like to get d.ts from NPM as devDependencies. is there a way to do that?