0

Is it possible to hide the checkbox column on the left when enabling multiSelect? I would just like to enable the multiSelect via Ctrl, I don't need the checkboxes.

Thanks!

Dhinnesh Jeevan
  • 489
  • 2
  • 7
  • 22

1 Answers1

3

Yes, Set the enableRowHeaderSelection: false in your grid options.

This will hide the check boxes for you.

Mcneo1972
  • 51
  • 3