Long DataGrid

  • Thread starter Thread starter Marcinek Tracz
  • Start date Start date
M

Marcinek Tracz

Hi!

I've got small problem :) I have a lot of data in DataGrid (for example
1000 rows) and after I click on the button on the DataGrid I want to
back at this same position where I was after clicking this button. Howe
can I do this?

Thanks a lot!!
Marcin
 
set smartnavigation(? if not called smartnavigation it is close enough to
help you find it) to true. However, i have seen a ton of posts complaining
about it being buggy so i'd look into that also.
 
Marcinek Tracz said:
I've got small problem :) I have a lot of data in DataGrid (for example
1000 rows) and after I click on the button on the DataGrid I want to
back at this same position where I was after clicking this button. Howe
can I do this?

You mean you want it so that the page does not reset to the top after you
click a button?
 
Back
Top