ParamQuery grid support forum

General Category => Help for ParamQuery Pro => Topic started by: chrisf on September 14, 2015, 07:06:03 pm

Title: Select all
Post by: chrisf 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
Title: Re: Select all
Post by: paramvir 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/