3.2.0

selection/index bug?

i noticed that the getProperty("selection/index") value is always set to the previous row value... it used to be the "current" row value (upto version 0.24).. is this by design/bug? watch the status bar message in the "multiple select" example.

Michael
February 18,
This is a bug. Will be fixed in 0.2.7.
Alex (ActiveWidgets)
February 18,
What if I want to remove the index column (very first column with numbers) from being displayed ?

Anand Gondhiya
December 3,
It still works... you can set the with of the index column to 0 (it'll not display it in the grid) but it'll keep the values of the index for using with an array selection.

I've tried it and is working perfectly. I previously create a session array with the same indexes of the grid and then I can use the getProperty("selection/index") to get the select values (indexes) from the grid and cross them with the session array I'd created before.
Pedro Carrondo
July 26,

This topic is archived.

See also:


Back to support forum