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

JQuery Autocomplete without using label, value, id -

c++ - Accessing inactive union member and undefined behavior? -

JAVA - what is the difference between void and boolean methods? -