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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T02:45:55+00:00 2026-06-16T02:45:55+00:00

Im working in asp .net and I have a aspx page with a telerik

  • 0

Im working in asp .net and I have a aspx page with a telerik radgrid. Is it possible invoke radgrid.databind() from a javascript function?

  • 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-16T02:45:56+00:00Added an answer on June 16, 2026 at 2:45 am

    First, take a look at RadControls for ASP.NET AJAX Documentation. I think you’ll find everything you need there.

    Second, your problem description was limited and didn’t contain much code but maybe the following examples will point you in the right direction.

    dataBind – RadControls for ASP.NET AJAX Documentation

    Method which will force client rebind of the grid and will refresh its
    state when a new data source is assigned using the set_dataSource()
    method. Meaningful in this scenario only.

    function assignDataSourceAndRefresh()
    {
        var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
        masterTable.set_dataSource(<some_data_source_of_the_specified_type_above>);
        masterTable.dataBind();
    }
    

    rebind – RadControls for ASP.NET AJAX Documentation

    function RefreshGrid() {
        var masterTable = $find("<%= RadGrid1.ClientID %>").get_masterTableView();
        masterTable.rebind();
    }
    

    Finally, here’s an alternative suggestion:

    If you want to use the .fireCommand(action, params) method try this:

    var masterTable = $find("<%= rg.ClientID %>").get_masterTableView();
    masterTable.fireCommand("RebindGrid");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am currently working on an ASP.net c# project. I have an aspx page
I am working on asp.net application and I have generated entity model (edmx) from
I am working on asp.net using c#. I have one master page with 3
I am using ASP.NET and in my .aspx page I have the following code,
I working with c#(asp.net) and i have created a.aspx ,b.aspx,c.aspx like that three different
I have a DDL and a ASP .net Grid view in my aspx page.
I'm working on asp.net (C#) project which include some page files (aspx, aspx.cs) and
ASP.NET MVC I have one page Index.aspx where I'm loading two usercontrols into divs.
In my asp .net C# project I have a page defualt.aspx on which I
I am developing an asp.net web site. I have an aspx page. I want

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.