:: Forum >>
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
Wednesday, July 28, 2004
var selectedIndex = obj.getProperty("selection/index");
obj.refresh();
obj.setProperty("selection/index", selectedIndex );
Cheers,
Sudhaker Raj
Wednesday, July 28, 2004
Thanhks!!!!
Thursday, July 29, 2004
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
Thursday, July 29, 2004
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
Thursday, July 29, 2004
This topic is archived.
Back to support forum
Forum search