Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9077851
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T19:28:34+00:00 2026-06-16T19:28:34+00:00

I am using Caliburn.Micro.Telerik conventions project . I have view that dynamically loads telerik

  • 0

I am using Caliburn.Micro.Telerik conventions project.

I have view that dynamically loads telerik Tabs view models:

<telerik:RadTabControl x:Name="Items" Grid.Row="1" Margin="10,0,0,0" />

I have set IsEnabled property onone of the Tabs view models to false, but that Tab is always enabled.

Is this supported? If not, how can I add it?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-16T19:28:35+00:00Added an answer on June 16, 2026 at 7:28 pm

    I’m pretty sure that CM doesn’t allow more than a single property for element conventions and I’m not sure what the default property for RadTabItem is. You can always use an explicit binding using a style on the tab control

    <telerik:RadTabControl x:Name="Items" Grid.Row="1" Margin="10,0,0,0">
        <telerik:RadTabControl.Resources>
            <Style TargetType="telerik:RadTabItem">
                <Setter Property="IsEnabled" Value="{Binding IsEnabled}" />
            </Style>
        </telerik:RadTabControl.Resources>
    </telerik:RadTabControl>
    

    Or try using ConventionManager and setting the default convention for them (though this is probably already set to something in the Telerik CM framework)

    ConventionManager.AddElementConvention<RadTabItem>(RadTabItem.IsEnabledProperty, "IsEnabled", "?");
    

    (You might have noticed the “?”, I’m not sure what events RadTabItem has available and which should be the default event to trigger actions so you’d have to fill this one in yourself, see here for more info: Caliburn element convention)

    Edit:

    Actually looking at the src, it seems no default convention is supplied for RadTabItem

    https://github.com/vcaraulean/Caliburn.Micro.Telerik/blob/master/WPF/Caliburn.Micro.Telerik/TelerikConventions.cs

    So it looks like you should go down the ConventionManager route

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using Caliburn.Micro I have this WPF View that in design time uses
I am using Caliburn Micro and have a login view model which is displayed
I am using Caliburn Micro in my Project and i have many UserControls and
I am using Caliburn.Micro. In my View I have a TextBox Binded to double
I'm using MVVM via Caliburn Micro on WP7. I have a popup that is
I am using Caliburn Micro for Implementing MVVM in WPF. I have a static
I have a wpf application using Caliburn.Micro. I need to bind a ListBox to
I have a wpf application using caliburn.micro. It has a datagrid and a combobox.
I've been using the Caliburn.Micro framework lately. I have a ShellView and two screens,
I am getting started with MVVM (using Caliburn.Micro) and have come across an issue

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.