Author Topic: Select all  (Read 2226 times)

chrisf

  • Pro Deluxe
  • Newbie
  • *
  • Posts: 3
    • View Profile
Select all
« on: September 14, 2015, 07:06:03 pm »
Hi,

I'm looking to select all of the cells in a grid. Doing it one by one is very slow. Is there some shortcut that I'm missing?

~Chris

paramvir

  • Administrator
  • Hero Member
  • *****
  • Posts: 6264
    • View Profile
Re: Select all
« Reply #1 on: September 14, 2015, 09:13:53 pm »
yes there is a shortcut method ( it's missing from the docs ) to select all cells / rows

 grid.selection( {method: 'selectAll', type: 'row'} );

http://jsfiddle.net/19mwhh4y/