Skip to content
Advertisement

Tag: kendo-ui

Validate kendo upload control

I have a user form with a kendo upload control. I need to make sure the upload control has been completed before the user is aloud to submit the form. Uploading a file is just an optional. I will like to have a message to the user if they hit the submit button that lets them know the upload control

Kendo UI DropDownTree only one checkbox is checked

I use DropDownTree from Kendo UI for jQuery. Its configuration is shown below. How do I make sure that only one checkbox is checked at a time? When the user clicks the second checkbox, the first one should uncheck if it was checked etc. Answer Here’s a demo of only one checkbox is checked at a time. When the user

How can a button/html be placed in the root column of a multi-column header in kendo ui treelist?

In the kendo ui treelist the headerTemplate works for a multi-column only in the lowest column of the hierarchy. Not in the root column. Sample: Sample Link How can a button/html be placed in the root column of a multi-column header? Answer I’ve checked the console and it has a runtime error when that headerTemplate was uncommented: Uncaught TypeError: i.headerTemplate

Javascript: cancel or let an event continue?

My scenario deals with Kendo UI, but I think it probably applies to JavaScript generally, hence the JavaScript tag. I have a Kendo scheduler with the edit event option set to functionA. In functionA, I create a Kendo window (basically a modal) that asks the user a question; in one case the edit event should continue and bubble up as

Advertisement