Declined
Last Updated: 20 Aug 2026 12:52 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 13 Jan 2015 16:27
Category: TreeView
Type: Bug Report
0
FIX. RadTreeView - when a RadTreeNode is disabled, the associated image with the node element is not disabled (grayed)
Workaround:

private void radTreeView1_NodeFormatting(object sender, Telerik.WinControls.UI.TreeNodeFormattingEventArgs e)
        {
            e.NodeElement.UseDefaultDisabledPaint = true;
        }
1 comment
ADMIN
Nadya | Tech Support Engineer
Posted on: 20 Aug 2026 12:52

Hi,

This behavior was originally reported more than ten years ago, and we haven’t noticed significant demand or follow-up from the community since then. As a result, we currently plan to prioritize improvements that have a broader impact and are more widely requested. Feel free to use the suggested workaround.

I marked this thread as "Declined". If this limitation is still affecting your scenario, please share additional context or use cases. 

Thank you for taking the time to share your feedback!

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Modernizing a WinForms application? Use the AI-powered WinForms Converter to simplify migration to Telerik UI for WinForms.