Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@beartell
Last active December 16, 2015 06:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save beartell/5394483 to your computer and use it in GitHub Desktop.
Save beartell/5394483 to your computer and use it in GitHub Desktop.
var count = yourGrid.getStore().getCount();
for(i = 0; i <= count; i++)
{
yourExpander.collapseRow(i);
}
// yourGrid.getStore().getCount() her seferinde cagrildigi icin for dongusundeki count her seferinde degisecektir.
// yani her seferinde farkli bir count degeriyle karsilasabilirsin.
Bugra
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment