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?
I am having trouble getting a tooltip to update when the model changes.
How is this supposed to work?
I tried to build a very simple scenario in this snippet: http://dojo.telerik.com/ovOPO
How do you refresh a tooltip using AngularJS?
Hello,
As the title states, when you create a text input inside of a modal view, the background image is undefined. This does not cause any functional issues however it is annoying that requests are made for undefined on each load of the modal view. You can see the issue in your mobile modal demo at https://demos.telerik.com/kendo-ui/m/index#modalview/index. Open the modal view, inspect either of the text inputs and you will see the background-image points to an undefined url.
Thanks,
Matt
Hi All,
We have the requirement of creating the service api and use the view of razor( which consists of kendo controls) and bind the data into view and return the created html string from api.
We have tried to parse the view based on model, it is working when we are using plain razor engine. But when we are using any html extension we are getting error message.
Thanks, Early response would be appreciated.
