cancel
Showing results for 
Search instead for 
Did you mean: 

Select all lines of a grid applet

Former Member
0 Kudos

Please how could I do to select all lines of a grid applet, is there any way standard ? Or do I need to select line per line via javascript ?

Accepted Solutions (1)

Accepted Solutions (1)

jcgood25
Active Contributor
0 Kudos

There is a deselectAll method, but as far as I know, only the ability to Select rows one at a time with JS (no selectAll method).

Former Member
0 Kudos

Tks Jeremy, I implemented like you said.

There must be a reason to the developers did not implement this method.

jcgood25
Active Contributor
0 Kudos

The select all functionality exists in the iBrowser when used as a listbox, but multiple selection in the iGrid was typically used for click and dragging a series of rows or using the control key to select a handful of items.  I suppose the thought process was that the grid would have more items in it than you would typically need for selecting all of them.

If you have an effective use case for adding this, then logging a support ticket and indicating it as a feature request would be the way to get the process started.

Former Member
0 Kudos

Thank you Jeremy

It was more easy and fast creating the javascript function

Answers (0)