:: Forum >>

without scrolling the page how can i focus a searched row...

plz tell me...

without scrolling the page how can i focus a searched row...
James
Monday, March 17, 2008
The focus always stays in the grid itself and does not go into individual elements. If you want to select the row and make it current - use

grid.setSelectedRows([i]);
grid.setCurrentRow(i);
Alex (ActiveWidgets)
Monday, March 17, 2008

This topic is archived.


Back to support forum

Forum search