Unplanned
Last Updated: 06 Mar 2024 07:53 by Douglas
Created by: Douglas
Comments: 0
Category: TaskBoard
Type: Feature Request
1
Currently, it is not possible to group each of the card records using the existing DataSource API options. It would be beneficial if the widget exposes built-in grouping capabilities.
Unplanned
Last Updated: 06 Feb 2024 12:56 by Stanislav

Bug report

In the TaskBoard, if you move an item within the same column, the moveEnd triggers twice with incorrect action parameters: "remove" and "receive".

Reproduction of the problem

  1. Open this example - https://dojo.telerik.com/OZimATEV/3
  2. Drag an item from the first column to another location in the same column.
  3. Open the browser console.

Current behavior

The moveEnd event triggers twice with e.action "remove" and "receive"

Expected/desired behavior

The moveEnd event should trigger once with e.action "sort"

Environment

  • Kendo UI version: 2024.1.130
  • Browser: [all]
Unplanned
Last Updated: 12 Jan 2024 14:48 by Manoj
Created by: Manoj
Comments: 0
Category: TaskBoard
Type: Feature Request
1

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. 

Completed
Last Updated: 12 Jan 2024 08:22 by ADMIN

Bug report

The change end moveEnd events of the TaskBoard are triggered twice.

Reproduction of the problem

  1. Open this DOjo example - https://dojo.telerik.com/iNEqiDEc/3
  2. Open the browser console
  3. Move a card to another column

Current behavior

The events are triggered twice.

Expected/desired behavior

The events should be thrown once.

Environment

  • Kendo UI version: 2023.3.1010
  • Browser: [all]
Unplanned
Last Updated: 22 Nov 2023 15:59 by Anton
Created by: Anton
Comments: 0
Category: TaskBoard
Type: Feature Request
1

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! 

Completed
Last Updated: 17 Mar 2023 12:08 by ADMIN
Release R2.2023-Increment.2(26.Apr.2023)
Created by: Mark
Comments: 1
Category: TaskBoard
Type: Bug Report
1

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.

Unplanned
Last Updated: 14 Sep 2022 06:18 by ADMIN
Created by: Rajpradeep
Comments: 1
Category: TaskBoard
Type: Feature Request
2

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

Unplanned
Last Updated: 02 Aug 2022 08:37 by Mark
Created by: Mark
Comments: 0
Category: TaskBoard
Type: Bug Report
1

Bug report

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.

Reproduction of the problem

  1. Open the Dojo
  2. Edit a card and inspect the Name input

Current behavior

screenshot
The custom attribute is added in the Form, but not when it is used for editing the TaskBoard cards.

Expected/desired behavior

The items.attributes option should add an attribute in the TaskBoard editable form.

Environment

  • Kendo UI version: 2022.2.621
  • Browser: [all ]
Unplanned
Last Updated: 23 Aug 2021 09:35 by Michael

Bug report

The addCard command, called from a TaskBoard in the PreviewPane, is also executing for the parent TaskBoard. That results in a JS error.

Reproduction of the problem

  1. Open this Dojo example - https://dojo.telerik.com/@martin.tabakov@progress.com/ayUsOwel/6
  2. Open the Preview Pane.
  3. Try adding a Card in the TaskBoard in the Preview Pane.

Current behavior

A JS error is thrown and a card is not created.

Expected/desired behavior

No JS errors should be thrown and the card should be created.

Environment

  • Kendo UI version: 2021.2.616
  • Browser: [all]
Unplanned
Last Updated: 18 Aug 2021 12:39 by ADMIN

### 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]