3.2.0

How to keep the selected row after refreshing Grid?

I want to keep the selected row after refreshing Grid, can anyone help me?
Thanks!!!
Khuc Thuy Du
July 28,

var selectedIndex = obj.getProperty("selection/index");
obj.refresh();
obj.setProperty("selection/index", selectedIndex );


Cheers,
Sudhaker Raj
July 28,
Thanhks!!!!
July 29,
If I want to refresh the Grid in a original window from popup window, I will have to do?
Can you help me?
Khuc Thuy Du
July 29,

parent.obj.refresh();


Only if popup is generated using window.open() and have not been reloaded. Once popup content is reloaded, it forgets 'parent' reference. No know work around if reloaded :-(
Sudhaker Raj
July 29,

This topic is archived.

See also:


Back to support forum