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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:42:20+00:00 2026-06-03T09:42:20+00:00

I have several Telerik’s DropDownList controls which are rendered inside jQuery dialog It is

  • 0

I have several Telerik’s DropDownList controls which are rendered inside jQuery dialog

It is a “single page” ASP>NET MVC application, so I have a grid with records, each time user double clicks the grid program shows jQuery dialog which uses Ajax call to controller that renders partial view for this dialog window and all Telerik controls are binded to model properties.

When I call jQuery dialog first time, all works fine

When I call jQuery dialog second time, dialog opens, binding to model happens nice, but all DropDownList controls appeared to be disabled. I tried to call enable() from jScript – it doesnt helps.

The same problem happens with DatePicker controls, though in DatePicker I can edit date manually (inside a text area) but not able to show calendar selector

So it seems that after 2nd call of jQuery dialog Telerik MVC controls which are inside this dialog loose a capability to display any popup divs (Telerik’s DropDownList and DatePicker are similar that they need to show floating DIV with a list of items or a calandar when you click on the arrow or calendard icon) but manual edit of text in editable areas still works.

The problem seems to be very similar to http://www.telerik.com/community/forums/aspnet-ajax/editor/radeditor-and-jquery-dialog.aspx where it is proposed to use onParentNodeChanged() after the dialog(‘open’) method. However onParentNodeChanged doesnt exists in Telerik ASP.NET MVC Extnetions, it is part of Telerik Rad (ASP.NET AJAX) controls, I cannot call it from jScript

ANy ideas?

  • 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-03T09:42:21+00:00Added an answer on June 3, 2026 at 9:42 am

    I have a similar problem when adding partial views with ajax. When I load view, controls seem to load properly, but they are not attached to telerik scripts, so I need to trigger them after rendering. Code example below:

    //Action AddItem returns partial view which contains some standard inputs and telerik    date pickers
    @Html.ActionLink("Add item", "AddItem", null, new { @class = "addNewItem" })
    
    <div id=itemRows></div>
    
    <script>
    $(".addNewItem").click(function () {
        $.ajax({
            url: this.href,
            cache: false,
            success: function (html) {
                $("#itemRows").append(html);
            }
        });
        //I need to trigger all the datepickers to enable them (so I give datepicker class dateTime)
        $(".dateTime").tDatePicker({ format: 'd.M.yyyy' });
        return false;
    });
    </script>
    

    Try with datepicker, to see if it works, the same logic should work on dropdowns.

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

Sidebar

Related Questions

I am using the telerik ASP.NET MVC Grid template and currently have several check
We have several c# projects, libraries and solutions (a few asp.net applications, a few
I have a situation where I want to use several server side controls, which
I have several ASP:TextBox controls on a form (about 20). When the form loads,
I have several RequiredFieldValidators in an ASP.NET 1.1 web application that are firing on
I have several pages to do with several table on each page. I've got
I have several wcf services which are hosted using ServiceHost class. Now , I
I have several a tags as shown below on a dynamically generated page <a
I have several gigabytes of documents which I wish to store online somewhere in
I have several different user controls that get built dynamically and added to a

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.