I have a gridpanel and data in it that I read from a json request. After I added a new bussines (row) object, I send it in json format to the server, write to DB and reload the entire grid. How can I focus on the previously added line (b / o) after that? I will be very cool if I return the added identifier to the json response, and the grid takes it and focuses on the line with the added id. thank.
source
share