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
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,