3.2.0

Selecting a grid row using a letter on the Key board

We've single column grid having multiple rows. The requirement on the grid is when selecting a letter on the Key board, a first row beginning with the letter should be selected/high-lighted.

For example, Suppose if I select the letter 'N' on the key-board then the row begin with 'N' value (sample: NewYork)listed in the grid needs to be selected/highlighted.

Please let us know if the feature is available in the AW Grid and throw some light in the grid to do this if possible.
Pandi
February 6,
It is possible to select row(s) with setSelectedRows([row1, row2,...]) method. The argument is an array of row indices.
Alex (ActiveWidgets)
February 7,
Alex,

It would be helpful if you provide with an example to find out the exact row (letter on key press) and high light the row using the setSelectedRows method.

Thanks,
Pandi
July 23,
Selecting a grid row using a letter on the Key board

I also have a problem in doing this.can somebody help?
(We've single column grid having multiple rows. The requirement on the grid is when selecting a letter on the Key board, a first row beginning with the letter should be selected/high-lighted.

For example, Suppose if I select the letter 'N' on the key-board then the row begin with 'N' value (sample: NewYork)listed in the grid needs to be selected/highlighted.)

mat
August 6,

This topic is archived.

See also:


Back to support forum