admin管理员组

文章数量:1323317

I am updating a grid panel with rows dragged from another grid with has data ing from the database. Now I want to check the grid in which I am dropping items for avoiding duplicates. For this I want to get all the rows currently there in that grid and I searched everywhere but couldn't find the way to do this. Please help!

I am updating a grid panel with rows dragged from another grid with has data ing from the database. Now I want to check the grid in which I am dropping items for avoiding duplicates. For this I want to get all the rows currently there in that grid and I searched everywhere but couldn't find the way to do this. Please help!

Share asked Jun 3, 2011 at 16:00 Atul DravidAtul Dravid 1,0653 gold badges14 silver badges30 bronze badges
Add a ment  | 

1 Answer 1

Reset to default 3
yourGrid.getStore().getRange()

本文标签: javascriptGet All Rows from an ExtJS Grid PanelStack Overflow