:: Forum >>

SelectAll issue??

Fellow Grid users,

if i call a function that selects all the rows in the grid..by the following

var all = obj.getProperty("row/values");
obj.setProperty("selection/values", all);

There is a noticeable delay before i see all the rows selected. My gird had 88 rows. Is there a better way to select all and avoid the delay?

Thanks for your help and attention


GuiBuilder
Friday, April 8, 2005
Anyone care to shed some light on this issue. Your help will be greatly appreciated.

Thanks!
GuiBuilder
Tuesday, April 12, 2005
Well, grid has to repaint each selected row to show the selection. Currently there is no other way to achieve this.
Alex (ActiveWidgets)
Wednesday, April 13, 2005

This topic is archived.


Back to support forum

Forum search