Unplanned
Last Updated: 24 Apr 2023 08:58 by ADMIN
Workx
Created on: 09 Feb 2023 08:09
Category: TreeList
Type: Feature Request
2
Allow full control customization inside CheckboxColumnComponent when using kendoTreeListCellTemplate

Hi,

The current behavior allows adding of additional content, but the checkbox is always rendered inside. The behavior should be similar to the Grid as when the checkbox column is used with a cell template it doesn't render the checkbox inside the column. Example in Grid component:

https://stackblitz.com/edit/angular-44syd7?file=src%2Fapp%2Fapp.component.ts

<kendo-grid-checkbox-column>
    <ng-template kendoGridCellTemplate let-dataItem let-rowIndex="rowIndex">
        My content
    </ng-template>
</kendo-grid-checkbox-column>

Thank you for your consideration.

1 comment
ADMIN
Martin
Posted on: 24 Apr 2023 08:58

To add a bit more context on this, to be able to provide your own checkboxes inside the CellTemplate additional directive needs to be provided (similar to the Grid - SelectionCheckboxDirective).

Regards,
Martin
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.