Hi, my KenDo UI version is 2017.3.913, my chrome version is 61.0.3163.100
I found that my custom validation rule only fire once when it get error,
here is DOJO code: http://dojo.telerik.com/OGIlA/3
you can re-enter this situation by these step:
1.open dojo link and enter full screen mode
2.open chrome dev tool and set break point on line 72 (
myrule:function(input){...)
3.click edit button and change unit price to 7777, then it will enter break point.
4.continue, and change value to 7778, then it will enter break point again.
5.continue and change value to 7777, then you can see it will not enter break point ,no fire validate function.
I don't know where I do wrong, or something I forget to setting, please help , thanks.

Hi!
There is an issue with the numericTextBox title, that is showing on mouse hover. Here is the dojo.
I'll try to explain this dojo more detailed. In case of using ng-model, title of kendo-numeric-text-box still contains angular template: {{ hello }}. But in case of using k-ng-model title text is shown correctly as long as the model value isn't changing. After value was changed, title began to show angular template.
I also added a kendo-drop-down-list element as an example that everything works fine with it. Also I would like to note, that everything was fine with kendo version 2016.2.607. Looks like these changes made title behavior not as expected.


I can't work out how to set the width of the autocomplete input. Using PopupSettings I can set the width of the pop out box, is there an equivalent way of setting the width of the component itself ? Thanks.
<label class="k-form-field">
<span>Select Product</span>
<kendo-autocomplete
[popupSettings]="{width: 500}"
[data]="listItems"
[valueField]="'AltProductDescription'"
[filterable]="true"
[placeholder]="'e.g. Seed'"
(valueChange)="valueChange($event)"
(filterChange)="filterChange($event)"
>
</kendo-autocomplete>

Issue: Disabling day(s) within the popup calendar in the scheduler
Question: How do you disable days (trying to disable Sundays) in the popup calendar in the Scheduler control. Have been able to disable days in a Calendar control. Cannot not find any sample on show how to implement this functionality in a Scheduler.
Thanks
Ken
I have a Grid grouped by a column and I would like to remove the column name and just keep the value in the group header.
for example: I am grouping by a field called ProductType.. when my grid loads, the group header displays like this ProductType: Cars
But I want the group header to just display Cars and not the field name also.
Thanks in Advance

Hi, I would like to request a sample example from you to know how in cell editing will work for a grid that uses column templates.
Attached is a snapshot of how my grid looks and i could not find a way to apply in cell editing for these columns. Please help.Thanks
