3.2.0

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
April 8,
Anyone care to shed some light on this issue. Your help will be greatly appreciated.

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

This topic is archived.

See also:


Back to support forum