I want to use the data of my grid in an other grid when I create a window, I call a function and give it parameter, so I want that the grid in my window use this data
//In my main pag functionThatCreatesMyWindow(villeGrid.store.data);
//In my window myGrid.store.loadData(myParameter);
它没有工作: