seems just work perfectly if the tag is FORM, if div, submit will not be fired, would be great to have one of two options:
1 - use div tag (all works well except submit)
2 - give the ability to get a model from the form, like when submitting (e.model), form.model or form.model(), now have to form._model & get to string & back to json to be able to post
P.S some time we cant use form tag to do not have it nested
Hi,
I think the filter widget has been omited from the messages file.
I changed the demo code to show that the grid widget getting the messages in the right language (fr-CA) while the filter widget remains in en-US.
Here's the dojo example of the problem. I alos included a picture.
I took a look at the messages files and only few cultures seems to have implemented the the filter widget messages (ru-RU, zh-CN, zh-HK, zh-TW).
I know I can set my own message thru the filter's configuration messages but ain't that something that should be handled kendo's culture?
Or maybe I'm doing something wrong?
Regards,
Simon
Hi Team,
I am using Kendo Scheduler in my project. I want to start my week and month from Monday. Currently they are starting from Sunday.
Will you please suggest me a way to solve this.
Thanks

detailInit event firing only first time but need to required always ,How to handle
if i use detailExpand event not finding e.detailCell and e.data.id
i am using code like this
<script type="text/x-kendo-template" id="detail-template">
<div class="texarea_group no-gutters row">
<div class="col-4">
<h3>Complaint</h3>
<textarea id="txtClmComplaintNCL_#= id#"></textarea>
</div>
Hi I want to auto close the Popup box whenever any conflict is found in scheduler or when I press OK in warning box. it could either be a edit popup box or create new event popup box. I want both will be auto close after warning message. PFA the same
Regards
Pankaj
Hi Telerik,
As per title, is there a way to enable it?
There is no indicator shown to resize selected image.

Hello!
Maybe it's a known thing, but I couldn't find a solution. In the grid, I display the data that comes from the server in Windows 1250 format. I display them correctly through the template. But the filtering doesn't work. If I enter a query with special characters, it does not return correct results. It even offers incorrect values (I am sending a picture). I need client side filtering.
Well thank you.
Hello, kendo practitioners! I always get a lot of help.
While creating an input form using KendoForm, I used colSpan to create a 2-space field, but it is displayed out of proportion as shown below.
The field's label area is displayed larger.
The code was written as follows.
$('#grid').kendoForm({
grid: {
cols: 4,
gutter: 20
},
items: [{
field: "field1",
label: "Field1"
},{
field: "field2",
label: "Field2"
},{
field: "field3",
label: "Field3",
colSpan: 2
}]
});When a CheckboxGroup is included in an HTML form, the built-in reset function does not work for the checkbox group, unlike the individual checkboxes, as demonstrated in the following link: https://dojo.telerik.com/ureSOHoB.