Hey Guys
Scratching my head over this one.. I have a grid populated by an SQL query.
On queries that require the vertical scroll bar to be shown , the first search displays with the Grid at the top of the results. ( scroll position at the top)
If I just hit search again without touching anything else... the scroll goes to the last row every time.
I have even tried setting this at the end of each search , but still the scroll appears at the end of the selection after the first populate.
Scratching my head over this one.. I have a grid populated by an SQL query.
On queries that require the vertical scroll bar to be shown , the first search displays with the Grid at the top of the results. ( scroll position at the top)
If I just hit search again without touching anything else... the scroll goes to the last row every time.
I have even tried setting this at the end of each search , but still the scroll appears at the end of the selection after the first populate.
Me.RadGridView1.TableElement.ScrollTo(0, 0)
I hate spending hours on something that is probably very easy ! It must be something I am doing to clear the Grid and repopulate it.. but haven't managed to find it!.
Any hints / thoughts?
Thanks
Rob