This question is locked. New answers and comments are not allowed.
Hi All,
I'm using a drop down using ajax load on demand.
What kind of row count would cause significant CLIENT SIDE lag when filling the drop down?
I'll describe the order of events:
I click the down arrow (or start typing in the text field)
The ajax loader gif will spin (i assume it's indicating that it's waiting for the ajax request to return a jason object)
during this time i can still type into the text box
The ajax loader will stop spinning and i don't know what it's doing here but the client side freezes, i can no longer enter into the text field.
It's 23000 rows. Is this too many for you to support in a timely manner?
What can i do to improve performance?
regards,
Joe
I'm using a drop down using ajax load on demand.
What kind of row count would cause significant CLIENT SIDE lag when filling the drop down?
I'll describe the order of events:
I click the down arrow (or start typing in the text field)
The ajax loader gif will spin (i assume it's indicating that it's waiting for the ajax request to return a jason object)
during this time i can still type into the text box
The ajax loader will stop spinning and i don't know what it's doing here but the client side freezes, i can no longer enter into the text field.
It's 23000 rows. Is this too many for you to support in a timely manner?
What can i do to improve performance?
regards,
Joe