Bug report
Dragging a card in the TaskBoard selects text in other cards
Reproduction of the problem
Open the next demo: https://demos.telerik.com/kendo-ui/taskboard/templates
Drag a Card and observe the automatic selection
Expected/desired behavior
No text shall be highlighted
Environment
Kendo UI version: 2024.3.1015
Browser: [all ]
When a card in the TaskBoard is moved if the server returns an error the move could not be prevented. Thus, the card is rendered in the new position.
Although the server returns an error the card is moved to the new column.
Moving the card should be prevented when there is an error.
In the TaskBoard, if you move an item within the same column, the moveEnd triggers twice with incorrect action parameters: "remove" and "receive".
The moveEnd event triggers twice with e.action "remove" and "receive"
The moveEnd event should trigger once with e.action "sort"
The change end moveEnd events of the TaskBoard are triggered twice.
The events are triggered twice.
The events should be thrown once.
See https://dojo.telerik.com/uLiNOsIT/2
Toggle Button 1 toggles but doesn't execute the command. Toggle Button 2 executes the command but doesn't toggle.
Please advise.
In Kendo Form custom attributes can be added using the items.attributes option. However, when the same option is used in the nested Form for editing the cards in the TaskBoard the custom attribute is not added.
screenshot
The custom attribute is added in the Form, but not when it is used for editing the TaskBoard cards.
The items.attributes option should add an attribute in the TaskBoard editable form.
The addCard command, called from a TaskBoard in the PreviewPane, is also executing for the parent TaskBoard. That results in a JS error.
A JS error is thrown and a card is not created.
No JS errors should be thrown and the card should be created.
### Bug report
When the TaskBoard is configured with the Kendo Form configuration for Card editing, the built-in Validator options don't run.
### Reproduction of the problem
1. Create a TaskBoard and add the Kendo Form as an editable configuration option.
2. Configure the built-in Validator options.
3. Specify the validation rules for the fields.
4. The fields are not validated when the task is edited.
A Dojo sample for reproduction: https://dojo.telerik.com/iSamumEw/4
### Expected/desired behavior
The task should be validated by using the built-in Validator options of the Kendo Form.
### Environment
* **Kendo UI version: 2021.2.616
* **jQuery version: 1.12.4
* **Browser: [all]