简体   繁体   中英

ExtJS 4 and grid selected row

I have displayed grid with data from store, just fiev rows with data - simple. When I move mouse over this grid I see highlited row in place where mouse cursor is placed. I can't stpo this efect. I want to have "clear" grid and no reaction on mouse. Be so kind to prompt me how can I do it.

Use trackOver: false .

In your grid add:

viewConfig: {
  trackOver: false
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM