Hello,
I'm having a problem updating the model in a Grid Editing with kendo AngularJS.
It looks like the model updates if the field in the schema is set to editable: false but it does not update when is editable: true
here is a DEMO with both inline and popup editing.
When selecting Detroit from the City, the Country should change to USA. It does not do that when the field Country has editable: true, but if you change that to editable: false the page works. The goal here is to have USA selected by default by still give the user the ability to change the Country manually.
https://dojo.telerik.com/usIWIyIS
Is there any way to make this work?
How to pass additional data to asp.net controller using kendo.saveas method with forceProxy=true?
Cause I want to send uid to server, so that it will be placed to cookie there. And after that I will check cookie periodically, so that if it's not undefined I can do something.
Hi,
I have bind dynamic kendo grid with multiple rows in footer. But, here horizontal scroll display with content. How Do I display Horizontal scroll bar under footer in kendo grid?
Please anyone give me suggestion....
Right now, I would be needing something like this below. To insert a base64 file in the timeline card item:
<div class="k-card-description">
<embed type="application/pdf" src="data:application/pdf;base64,sdfghasdfquqasdfjasdf">
</div>
Insert within the timeline item card, some way to view PDF files. I know there is also the PDF viewer component of Kendo.
Is there any way to do this?
In the application that I am currently working, I am using Telerik UI ASP.NET Core Scheduler Component and concerning binding I use SignalR. When a user creates an event all clients that are connected to the Hub are successfully notified for the relative creation and the created event is successfully created too.
My concern is that I am looking for a way to prevent the notification and the event creation for clients that meet a condition.
Is there any way to filter the events that are displayed on a client based on client related conditions i.e what values the user of the client has selected on some fields of a form on the same page with Scheduler?
How do I get the value of a FilterMenu?
Code example:
$("#filter-menu").kendoFilterMenu({Hi
Do you have an PDF Export sample that running on complete window modalf for Kendo UI v2016.1.226
Regards