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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T19:18:32+00:00 2026-06-01T19:18:32+00:00

I have a Telerik Ajax bound grid containing a Html.ActionLink for deleting a record.

  • 0

I have a Telerik Ajax bound grid containing a Html.ActionLink for deleting a record. On clicking this link, a Telerik Window opens which is contained within a Html.BeginForm tag.

In this form, there is a telerik Window having 2 buttons “Yes” and “No” for confirmation. This thing works pretty much fine but only problem is that when I delete a record, the entire page is refreshed which is not required.

I am thinking about converting Html.ActionLink to Ajax.ActionLink and Html.BeginForm to Ajax.BeginForm.

How can I Ajax-enable my Html.ActionLink and Html.BeginForm?

  • 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-01T19:18:34+00:00Added an answer on June 1, 2026 at 7:18 pm

    You should use the built in grid features. In the databinding section, declare your delete action

    .DataBinding(dataBinding => dataBinding.Ajax()
                                           .Select("_AjaxBinding","ControllerName")
                                           .Delete("_AjaxDelete", "ControllerName")
    )
    

    Then add a command button to the columns array

    columns.Command( o => o.Delete().ButtonType( GridButtonType.Text ) );
    

    and that’s it. Your delete action will delete the record (takes an int id parameter) and then return return _AjaxBinding(); at then end of the action.

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

Sidebar

Related Questions

Telerik ASP.NET MVC Q2 2011 I have a grid which is Ajax bound: @(Html.Telerik().Grid<IUser>()
I have a Html.Telerik().Grid() that is bound to a model in my MVC view.
I have a weird situation here, i have the following grid: @(Html.Telerik().Grid(this.Model). Name(grdEscolas). Groupable().
I have the following markup. @(Html.Telerik().Grid(Model) .Name(Grid) .DataKeys(keys => keys.Add(key => key.Id)) .Columns(columns =>
I have a Ajax Bound Teleric MVC 2 Grid . When there is no
We have a Telerik Grid (i.e. enhanced version of ASP.Net vanilla grid). On some
I have this Telerik radgrid | Encryption Key | Password to encode | Edit
I have a Telerik MVC DatePicker in a Telerik Grid. I want to let
On my view i have multiple telerik MVC grid rendering. But i only have
I have a page (telerik:RadPage) containing few grids and some nested controls and I

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.