Hello,
I am considering using DateInput, but I found it’s very
strange behavior. After completing month, it doesn’t move to day automatically.
The only way to move is to use left/right arrows keys. Same for moving after
entering day to year section. I think, it is not expected and not convenient for
users. Is any configuration option I am missing?
Thank you.
Kendo example: https://demos.telerik.com/kendo-ui/dateinput/index
Jquery example that works: http://jquerytools.github.io/documentation/dateinput/index.html

Hi,
I have a treeview which gets data from an odata service (Sharepoint REST endpoint) using kendo.data.HierarchicalDataSource.
I am trying to get the following to work.
When I click on a TreeView node I want to display the complete corresponding node data in a ListView with the ability to edit and update the data like in the ListView demo for editing. Any suggestions?

I have a grid with a custom popup editor. The grid is updated manually but I want to remove the dirty indicator. On forums I found that setting the dirty property on the model to true would solve the problem. However in the below dojo you will see that it does not
https://dojo.telerik.com/OXafoRaM
What else needs to be done? Is it a requirement to also remove the dirtyfields?
Also on my application for some reason if I update two rows only one row has the dirty indicator.
I'm curious if there are any muti-sort modes?
Our testers were confused by grids where we had enabled multi-sort, they told us the grids weren't sorting. But, the issue was they expected a single column sort and weren't aware they had to unsort the original columns in order to get that.
Other grids I have worked with that support multi-sort required some keymodifier with the click to add a column to the current sort list.
So, perhaps clicking cleared all the other sorts and Shift-Click or Ctrl-Click was used to add an additional column to the sort.
Is there such a mode as this in the kendoUI grid? If not, any one have any ideas how to handle this a bit nicer?
Hello all,
I would like to append the badge count of number of records (retrieved in the grid that appears when a Kendo TabStrip Item is selected) to the TabStrip Item's Text. So basically this is something like changing the TabStrip Item's Text dynamically. It would be really helpful if someone could suggest any ideas on how to achieve this. Thank you in advance!!

Hi all,
I am implementing the editor with Microsoft Dynamics CRM. The problem I have is that I don't have a specific URL for thumbnails. I can only query the full size images. Is there a way to do either of these things:
- Bypass the url call and provide the base64 as img src directly?
- Reduce the size image after the url call has been made in some callback function?
Thanks a lot,
Nicolas
<input kendo-auto-complete ng-model="filter.FilterValue" k-data-source="filteredData(data)" style="width: 100%;" />
is it possible to dynamically change the data source currently , I get errors when trying. Any ideas why. ( I am quite new to angularJs and kendo)