Our blazing fast Grid component built with pure JavaScript


Post by thejas.pateel »

Hi ,
When i select row by pressing ctrl key .Multiple row is selecting.. How to avoid this thing ? in my application only one row should be selected not multiple rows .


Post by alex.l »

Hi,

You need to specify that in selectionMode

selectionMode: { multiSelect : false },

https://bryntum.com/products/grid/docs/api/Grid/view/mixin/GridSelection#config-selectionMode

All the best,
Alex


Post by thejas.pateel »

Hi,
It worked thanks


Post Reply