mcadirci
16 Sep 2010, 6:28 AM
Hello,
I want to hide some rows of a grid.
I can't find a function to hide. What I need is smt like:
if ( myGrid.store.data.items[0].data.filterThis ){
//myGrid.store.data.items[0].??hide(true);
}
Some advise would be great.
There is a function at store like filterBy() if this can hide rows how can I use this?
Thanks a lot.
--Mehmet
I want to hide some rows of a grid.
I can't find a function to hide. What I need is smt like:
if ( myGrid.store.data.items[0].data.filterThis ){
//myGrid.store.data.items[0].??hide(true);
}
Some advise would be great.
There is a function at store like filterBy() if this can hide rows how can I use this?
Thanks a lot.
--Mehmet