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"
When a Taskboard column overflows vertically or the columns overflow horizontally, there is no way for the user to drag a task card in a position that is not visible at the start of the drag in one smooth motion and one has to resolve to multiple drag and drops and subsequent manual scrolls.
Ideally, when a card is being dragged over the borders of the overflown container, it should automatically scroll to bring the invisible elements into the viewport.
Hi Team,
I would like to request a way to query columns and corresponding data using just one API call. This would help as requests to build columns and data can be very expensive, so we would like to combine it to the one query.
Thank you!
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.
Hi,
Currently toolbar search option is considering only title & description fields. However I have a scenario where I may have to display 3 to 4 fields as card description, so I am using template to render the card. But search option is not working for all fields.
Can a configuration option for searchableFields array be exposed to overwrite the title & description search?
This was discussed in detail in the Ticket 1578857.
Could you please consider this a much needed requirement and prioritize the feature?
Thanks,
Raj
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]