ysw1206
Joined: 16 Oct 2007 Posts: 1
|
Posted: Wed Oct 17, 2007 7:02 am Post subject: How can after Databind first Row selecte? |
|
|
// search start
function OnView(){
var UserInfoationGrid = nitobi.getComponent('grid');
UserInfoationGrid.loadingScreen.show();
UserInfoationGrid.dataBind();
???
return true;
}
i want finished dataBind than focus move firstrow |
|