I have a grid in ExtJS where I am looping store items. I’d like to find a find to access the item’s HTML element, but I’m having hard time finding the way to do this.
Simply put: how do you find the corresponding row HTML element for grid store’s one record?
Use its index in the store to retrieve the corresponding row, like so: