Ext-JS Question:

Explain how to find no of records in a store?

Tweet Share WhatsApp

Answer:

using store.getCount() : Gets the number of cached records.
store.getTotalCount() : Gets the total number of records in the dataset as returned by the server.

Download Ext JS PDF Read All 65 Ext JS Questions
Previous QuestionNext Question
Tell me how to handle event for a extjs component?Explain how to handle exception while loading datastore?