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

  • Home
  • SEARCH
  • 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 6373813
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:24:39+00:00 2026-05-25T01:24:39+00:00

I compared the codes with Telerik sample , everything is the same except the

  • 0

I compared the codes with Telerik sample , everything is the same except the model. But I can’t see the records in Grid.

// Controller
  public  ActionResult Index()
    {
           return View();
    } 
    [GridAction]
    public ActionResult _Index()
    {
        return View(new GridModel<AuctionViewModel>
                    {
                     Data = GetData()
                    }
                   );
    }

// If I replace ‘Index’ Action codes with ‘_Index’ , the server binding works fine and shows the records but when I try to run AjaxBinding , It doesn’t works (never runs _Index codes)

// View

    @model List<TestMVC3_Telerik.Models.AuctionViewModel>
    @{      
    Html.Telerik().Grid((List<TestMVC3_Telerik.Models.AuctionViewModel>)ViewData["MyAuctions"])
    .Name("Grid")
    .Columns(columns =>
    {
        columns.Bound(o => o.AuctionID).Title("ID").Width(100);
        columns.Bound(o => o.AuctionName).Title("Name");
    })
      .DataBinding(dataBinding => dataBinding.Ajax().Select("_Index", "Grid"))
    .Pageable(paging => paging.PageSize(5))
    .Sortable()
    .Scrollable()
    .Groupable()
    .Filterable();
        }
  • 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-25T01:24:40+00:00Added an answer on May 25, 2026 at 1:24 am

    .DataBinding(dataBinding => dataBinding.Ajax().Select(“_Index”, “Grid”))

    Change “Grid” to what you are calling the page from

    .DataBinding(dataBinding => dataBinding.Ajax().Select(“_Index”, “Home”))

    Once I did that it loaded for me.

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

Sidebar

Related Questions

With my code I can get a div to scroll through 4 images, but
Please compare these two codes. I can't understand why former one didn't work while
This runs fast compared to other's.But i dont know how fast it would be
Can ?: lead to less efficient code compared to if/else when returning an object?
I see it is a lot faster developing a WS in TIBCO compared to
Does Project Lombok offer any benefit compared to code templates / code generation in
In my code I need to compare string letters but my problem is that
Can you please let me know on the quickest and efficient way to compare
Just a quick query: I had a piece of code which compared a string
I've read pretty often, that using try-catch is quite slow compared to normal code.

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.