:: Forum >>

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
Wednesday, February 18, 2004
This is a bug. Will be fixed in 0.2.7.
Alex (ActiveWidgets)
Wednesday, February 18, 2004
What if I want to remove the index column (very first column with numbers) from being displayed ?

Anand Gondhiya
Friday, December 3, 2004
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
Wednesday, July 26, 2006

This topic is archived.


Back to support forum

Forum search