ExtJS multiple rowselect

2011. 12. 16. 15:39프로그래밍/ExtJS

멀티 select 에서 더블클릭으로 계속 추가 되는거 만들다가 -_-;;
rowselect 두번째 인자 값에 true 로 해야 된다는 -_-;;

Number row, [Boolean keepExisting], [Boolean preventViewNotify] )

Selects a row. Before selecting a row, checks if the selection model is locked and fires the beforerowselect event. If these checks are satisfied the row will be selected and followed up by firing the rowselect and selectionchange events.

Parameters

  • row : Number

    The index of the row to select

  • preventViewNotify : Boolean (optional)

    Specify true to prevent notifying the view (disables updating the selected appearance)