I have a gridpanel with data, I can show the total number of records in the grid by store.getcount()
. When I click a record, I would like to show the number of the selected record.
For example:
- The total number of records is 5
- I click the first row
- A textbox will show 1/5