Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

262
Views
In parameter query grid not loading loader on curent item select in asp.net mvc application

I am facing an issue in with a parameter query grid. When I click on the current item and items display data. I put loader on an AJAX call but the loader is not working properly. It binds data not from the current item - it displays data from the previous item selected.

function tree_grid(ID) {
  $("#divLoading").show();

  $.ajax({
    type: "POST",
    url: '/Schedule/GetAllPresentation',
    data: "{ scheduleID: '" + ID + "',YearId:" + YearId + ",CompanyId:" + CompanyId + "}",
    contentType: "application/json; charset=utf-8",
    dataType: "json",
    async: false,
    success: function(response) {
      $("#divLoading").hide();
      var data1 = [];
      data1 = $.parseJSON(response);
      data = data1;
    },
    error: function() {
      swal("", "Error in Data !", "error");
    }
  });
}
about 4 years ago · Juan Pablo Isaza
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!