T
tirath
hi,
I have a DataView which has around 50 items(the page has scrollbars).
there is a search box on top of the page. when user enters an Id, i do
DataView.find("Id"). I get the row index but i need to highlight this
row and set focus on this row. that means my page might have to scroll
down if the id that is searched happens to be the 45th one.
Please help me do this.
Thanks
I have a DataView which has around 50 items(the page has scrollbars).
there is a search box on top of the page. when user enters an Id, i do
DataView.find("Id"). I get the row index but i need to highlight this
row and set focus on this row. that means my page might have to scroll
down if the id that is searched happens to be the 45th one.
Please help me do this.
Thanks