Hi
I am facing a problem when I try to update the grid after some change has been performed on the data row and processed by the server.
The server returns the exact same model as it provides during the read method, but when I try to set that object using the pushUpdate method, date columns are displayed incorrectly. These values are not parsed in the client and end up being displayed as "/Date(1435096336667)/".
I have verified that the schema correctly defines "type": "date" for the field.
Is there any additional logic that must be performed before calling pushUpdate on the grid dataSource or should it handle a date sent as "\/Date(1435096336667)\/"?
Thanks, Rafael
Dears,
is there a common description/documentation for themeing and styling? Something that describes the different styles, the style classes and their ussage. A common description about the working of styling in Kendo would be very helpful to start with the framework.
thanks for help.
Oliver
Hi there, I have an inline edit on my kendo grid, and an ellipsis shows if the text on one of the columns if too long, the issue i have is, when editing the edit text shows the three dots too (please see attached images), not the whole text. what can i do to fix this?
Thanks for all the help!
Hi,
Can you please let me know if there is a way I can separate the group header titles in separate line. The current drop down list grouping renders a first group as <div> outside the ul-li zone, so, it uses the whole line, and the first "option" is under it.
For all others, the option group is merged on the same line, and is rendered as a <div> inside the first <li> of each group.
Is there any way can I have it rendered as first option Group so that option group tile uses the whole line?
Thank you
Aarti
Export to excel for general grid is working fine.
Export to excel for row template is not working properly.
Please check the demo example(http://dojo.telerik.com/@souro/uHiYE) for the same.
Version Details:
2015.2.624 for all (kendo,jquery,jszip).
Please reply back with the proper reason.
Is export to excel option there for column template as i am not able to see any demo for the same?
Thanks,
Sourabrata
Hi,
I am trying to export my grid to pdf with characters like äö and €.These characters are showing fine in the grid.
After I export the grid to pdf, these characters are shown as boxes or as empty string. I have tried different fonts like with no success.
Any suggestions how to make this work?
- Antti
Hi,
When I enter a text into the Combobox suggestions will appear, but the entered Text is cleared, respectively replaced with the default value.
You can check this behavior on the Telerik-Demo Site:
http://demos.telerik.com/kendo-ui/combobox/serverfiltering
Enter 'cha' into the Combobox.
The Problem exists only at the first try after the page has been loaded. Consecutive tries without page-refresh worked as expected.
Awaiting your kind reply
Demo Page:
http://demos.telerik.com/kendo-ui/listview/mvvm
If I edit the listview, remove the name, the save event still triggers...?