in grid how to put some private data for each row and this private data not display in the grid,
but when selected one row when can get the private data
in the xml-grid.js example we can put some datas that not display in the grid, but how should i get it!
i'm a chinese, English not very good! sorry!
but when selected one row when can get the private data
in the xml-grid.js example we can put some datas that not display in the grid, but how should i get it!
i'm a chinese, English not very good! sorry!

#2
![]() |
![]() One dataStore that keeps all the data (including the 'secret' ones)
And one columnModel that displays the non-secret ones. When you want to show the secret data, swap the columnModel to one that shows it. That is ofcourse if I understand you right :) (Remember, datastore keeps the data, columnmodel tells what to show and how/where) Ext in China? :D ![]() |
#3
![]() |
![]() 谢谢
Thanks! ![]() |