extjs - Setting Checbox values in checkboxselectionmodel -


i want grid checkbox in rows 1 in link http://gwt-ext.com/demo/#checkboxselectiongrid after saving selected records, want set checbox selected earlier.

how can done?

grid.getselectionmodel().select() should work http://docs.sencha.com/ext-js/4-0/#!/api/ext.selection.checkboxmodel-method-select

just pass array of record or indexes want select. seems problem?


Comments

Popular posts from this blog

javascript - backbone.js Collection.add() doesn't `construct` (`initialize`) an object -

php - Get uncommon values from two or more arrays -

Adding duplicate array rows in Php -