I have a Dojo Grid. Every row has a link to the formular, where the data can be changed. Now, when I click save and close (in the form) I want the grid to reload the displayed data. So far, I’ve managed to reload the data, but I always jump back to the start of the grid. But, e.g. if I’m at the end of the table, I want to reload just the last few entries.
My grid is connected to a JSONRest Store, so basically I just should know the range which is displayed right now… . How do I get the range?
I have a Dojo Grid. Every row has a link to the formular, where
Share
I’ve managed to solve the problem without any put to the store. Here is the code:
And here is the link where I’ve found the answer. It is the answer number 6.