You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to filter results of a grid that has a million+ rows. I am looking by an ID field which is a primary key and indexed. It always comes back with "wait or kill" dialog box and then eventually does what I'm asking it to do. The filter button calls an ajax request using jquery and jquery 3.1.1 is what I'm using. When I do a timeline it says jquery 3.1.1 is taking up all of the time and making it take forever.
Each request is over a minute long and shouldn't be. If I run the SQL query in SQL mgmt studio it runs in under a second. If I try the same web page in Firefox it executes the filter in a second. It works beautifully but I have customers that require chrome to work fast. Why does Chrome and jquery have issues with datagrids and applying filters?
The text was updated successfully, but these errors were encountered:
I am trying to filter results of a grid that has a million+ rows. I am looking by an ID field which is a primary key and indexed. It always comes back with "wait or kill" dialog box and then eventually does what I'm asking it to do. The filter button calls an ajax request using jquery and jquery 3.1.1 is what I'm using. When I do a timeline it says jquery 3.1.1 is taking up all of the time and making it take forever.
Each request is over a minute long and shouldn't be. If I run the SQL query in SQL mgmt studio it runs in under a second. If I try the same web page in Firefox it executes the filter in a second. It works beautifully but I have customers that require chrome to work fast. Why does Chrome and jquery have issues with datagrids and applying filters?
The text was updated successfully, but these errors were encountered: