How to keep the selected row after refreshing Grid?
I want to keep the selected row after refreshing Grid, can anyone help me?
Thanks!!!
Thanks!!!
Khuc Thuy Du
July 28,
var selectedIndex = obj.getProperty("selection/index");
obj.refresh();
obj.setProperty("selection/index", selectedIndex );
parent.obj.refresh();
This topic is archived.
ActiveWidgets is a javascript library for creating user interfaces. It offers excellent performance for complex screens while staying simple, compact and easy to learn. Deployed by thousands of commercial customers in more than 70 countries worldwide.
Copyright © ActiveWidgets 2021