EXTJS GridPanel Selection Model -


i have gridpanel, when binding gridpanel database, bydefault rows should selected. how can this. can u please me.

try this

ext.getcmp('grid').getselectionmodel().selectrow(rowindex); 

Comments