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 6614869
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T20:23:28+00:00 2026-05-25T20:23:28+00:00

Distinct error: ‘Telerik.Web.UI.RadTreeView’ does not contain a definition for ‘IsCallBack’ and no extension method

  • 0

Distinct error:

‘Telerik.Web.UI.RadTreeView’ does not contain a definition for ‘IsCallBack’ and no extension method ‘IsCallBack’ accepting a first argument of type ‘Telerik.Web.UI.RadTreeView’ could be found (are you missing a using directive or an assembly reference?)

Code:

  protected void Page_Load(object sender, EventArgs e)
  {
     if (!this.IsPostBack && !this.sectionTree.IsCallBack)
     {
        //populate the first level of tree nodes
        foreach (SiteSection section in SiteSectionCollection.GetRootSections())
        {
           RadTreeNode node = new RadTreeNode(section.Name, section.AssetId.ToString());
           node.ExpandMode = ExpandMode.ServerSideCallBack;
           this.sectionTree.Nodes.Add(node);
        }
     }
  }

Distinct error:

‘Telerik.Web.UI.RadComboBox’ does not contain a definition for ‘IsCallBack’ and no extension method ‘IsCallBack’ accepting a first argument of type ‘Telerik.Web.UI.RadComboBox’ could be found (are you missing a using directive or an assembly reference?)

Code:

  protected void Page_Load(object sender, EventArgs e)
  {
     if (!this.IsPostBack && !this.sectionTree.IsCallBack)
     {
        //populate the first level of tree nodes
        foreach (SiteSection section in SiteSectionCollection.GetRootSections())
        {
           RadTreeNode node = new RadTreeNode(section.Name, section.AssetId.ToString());
           node.ExpandMode = ExpandMode.ServerSideCallBack;
           this.sectionTree.Nodes.Add(node);
        }
     }
  }

Distinct error:

‘Telerik.Web.UI.RadTreeView’ does not contain a definition for ‘AutoPostBack’ and no extension method ‘AutoPostBack’ accepting a first argument of type ‘Telerik.Web.UI.RadTreeView’ could be found (are you missing a using directive or an assembly reference?)

Code:

  protected override void OnPreRender(EventArgs e)
  {
     base.OnPreRender(e);

     if (rtvTreeView != null)
        rtvTreeView.AutoPostBack = NodeClick != null;
     cmbCombobox.AutoPostBack = ItemsRequested != null;
  }

Background:

When upgrading from “RadControls for ASP.NET” to “RadControls for ASP.NET AJAX”, I ran into several issues. The web.config file was converted by the Upgrade Wizard. I started with 233 .NET compilation errors (28 distinct errors) which I quickly resolved, but I still have 36 errors (13 distinct issues) left from drastic API changes that I still haven’t resolved. I will post these 13 errors as questions on stack overflow to save me some time. While I’m waiting I will try downloading their control demos and understand how the controls work for their newest release and answer them myself for those others haven’t answered.

  • 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-05-25T20:23:28+00:00Added an answer on May 25, 2026 at 8:23 pm

    Errors #1 and #2:

    protected void Page_Load(object sender, EventArgs e)
      {
         if (!this.IsPostBack && !this.Page.IsCallBack)
         {
            //populate the first level of tree nodes
            foreach (SiteSection section in SiteSectionCollection.GetRootSections())
            {
               RadTreeNode node = new RadTreeNode(section.Name, section.AssetId.ToString());
               node.ExpandMode = ExpandMode.ServerSideCallBack;
               this.sectionTree.Nodes.Add(node);
            }
         }
      }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Distinct error: 'Telerik.Web.UI.RadTreeNodeEventArgs' does not contain a definition for 'SourceDragNode' and no extension method
Distinct error: The name 'ExpandMode' does not exist in the current context Code: protected
I need distinct records by mouth, but I have a error: Column data does
Or are they two distinct applications that are not related?
What column does DISTINCT work with in JPA and is it possible to change
If I place DISTINCT keyword i get an error other wise it is working
The error I'm getting is: Not unique table/alias: 'favourites' I apologise for the reasonably
I get the below error message in android. Finalizing a Cursor that has not
syntax error at BCHF_VOU_NUM +' '+ BCHF_VOU_DTE set @m_sql = 'Select distinct BCHF_VOU_NUM, BCHF_VOU_DTE,
I have two distinct files, myguide.fig (and its corresponding mygui.m) which contains the definition

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.