I have a server side update service that does validations. I'd like to see an example of a failed update response message and grid config that gives an error on a field with a message. I saw some questions on this years ago in the forum as associating an error with a cell or row was not possible at the time. Hopefully that has changed.
Steve
Welcome,
I've got a grid , with grid row details like here:
https://demos.telerik.com/kendo-ui/grid/detailtemplate
also each grid ( "master" and "details") have a checkbox select column like here
https://demos.telerik.com/kendo-ui/grid/checkbox-selection
My grids have local javascript variable (array) which is bound, in master with filter "ParentId == null" , in details "ParentId == e.data.Id".
What I need is to get (for example on "onChange" event) all Id's which are selected. When i use the this.selectedKeyNames() i get Id's only from one specific grid.

Hi team,
When kendo editor is embedded in a <form> with other input fields, pressing enter in a field triggers the first button in editor toolbar (maybe because the editor buttons don't have the type=button attribute ?!).
You can try that on this same form: pressing enter in Subject field will trigger the bold button.
Please advise on this.
Thank you.
Laurent.
Hello, we use an OnlyOffice calendar for our scheduling. We need to make that calendar visible outside of OnlyOffice. Unfortunately OnlyOffice doesn't support iframing of calendars.
However it does provide a way to export an iCal via a URL.
I'm hoping the Kendo Scheduler can import that iCal (same domain, different FQD, ie www.domain.com is the display site, data is coming from onlyoffice.domain.com).
I found the example on how to use the scheduler, but it refers to loading a local iCal, which doesn't help me.
I've also had great difficulty finding adequate documentation for this? Something simple like:
1) what to load
2) how to initialize from different sources, including a remote a ical
3) how to make sure the calendar is read only
Any and all help is appreciated.
Thanks!
Charles
Hi All,
I need Kendo Gantt Chart Export to Excel option how can be do if any example is there please provide me, please help me to provide excel option.

Hi guys
I am loosely trying to recreate this sample editing nodes using a form, but using the kendo form as I like the ability to add validation etc
The first time I create the form it works.. but if I try to update it ( e,g select another node) , the values are not displayed.
The above link hopefully explains what I mean.. I try destroying the form and then remaking it ( resetting the fields to the new values) , but I never get to see the new values. ( click on the open form button a 2nd time)
Any pointers would be greatly appreciated!
Many thanks
Rob

Hi team,
Can we create a drawer with Mini Mode, but allow user to expand collapse it on the click of first item? instead of the extra toolbar div above?
I tried creating it in this dojo (https://dojo.telerik.com/uBAnorUY/7), it expands the drawer but also collapse it after expansion.
appreciate any help.
ashutosh
Hello, I have a problem with tooltips and hope you can help me.
Under certain circumstances multiple tooltips are shown and won't close (see screenshot and screenrecord).
To reproduce this move the cursor quickly over elements that have a tooltip.
Is there a way to fix this?