简体   繁体   中英

Kendo grid selection entire row

I want kendoGrid to select the entire row .

I have to have this set: scrollable: { virtual: true }
and without paging data

Sample: Kendo UI Dojo

Just click on Brazil to select the row but it just selects the cell.

Use selectable: "row" instead to make whole row selectable. Check the demo

According to Kendo's documentation:

http://docs.telerik.com/kendo-ui/api/javascript/ui/grid#configuration-selectable

set selectable: "row" in your grid settings

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