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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T13:34:33+00:00 2026-05-30T13:34:33+00:00

I am using a local store for my grid with a pagingscrollbar. I am

  • 0

I am using a local store for my grid with a pagingscrollbar. I am having a delete button for which onClick function is written, which does the delete operation(by calling a servlet) from the database. Now once this delete is performed i would like to delete the record from my grid.

I am achieving this using following line:

myStore.removeAt(recIdx);

This removes the record from the grid but when i navigate using the pagination bar next or previous button, the record that was removed is again displayed in the grid. I think its because my store is local, but I am not sure.

Is there a way to overcome this condition???? (I want to keep my store as ‘local’ only)

Thanks!!!

  • 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-30T13:34:35+00:00Added an answer on May 30, 2026 at 1:34 pm

    It’s not your local store.

    The scrolling pager uses prefetching so as not to have to render all data at once.

    The problem is probably because the record you deleted is still in the prefetched data. You could try clearing out the prefetched data where you perform the delete operation:

    yourStore.prefetchData.clear();
    

    Actually just deleting that one record from the prefetched data might work better. But you wouldn’t be able to remove it using the index number because there is only a chunk of the actual store in the prefetch data. You would have to use the remove method with the record’s Ext.data.Model as a parameter instead:

    yourStore.prefetchData.remove(theRecord);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm using local shared objects within flash both to store significant amounts of user
I have been using anonymous namespaces to store local data and functions and wanted
I am having trouble constructing a jqGrid TreeGrid using local data. This method works
I'm trying to upload some records to my local data store using appcfg.py Only
I am using Local data Cache (.sdf) in my application. I want to store
Using (local) in the connection string doesn't work on my cluster. I'm assuming it's
Using local variables seems advisable in a partial that could be used application-wide to
I have a JEE5 application that exposes services using (local) session beans. When an
Is it safe to update DBF files using Advantage Local Server .Net provider whilst
I have installed VSTFS on a machine using the local admin. Now the machine

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.