I have a large grid with smart rendering enabled. It seems like grid.selectRowById(id) doesn’t work if the row is off screen. Is there a way to make this functional without disabling smart rendering?
Also, the master checkbox will only select visible rows. Is there a way to make the master checkbox select all rows?
If you are using static smart rendering it must work
In case of dyn. smart rendering it will not ( as it may not have that row loaded yet )
In both cases grid.selectRow(); - selecting row by index, must work
As for master checkbox - it possible to modify it, to process all rows, but it will remove most part of performance gained by smart rendering mode.