Hi,
Yes ive tried this, when i apply it on mouseup it gets lost by the
sort, the sort happens after the mousedown event. Is there another
event i can apply it to?
David
"Michael Wong" <(E-Mail Removed)> wrote in message news:<eR7Y$(E-Mail Removed)>...
> You may try:
>
> yourGrid.CurrentRowIndex = 0;
>
> "dee" <(E-Mail Removed)> wrote in message
> news:(E-Mail Removed)...
> > Hi,
> >
> > After sorting the datagrid is it possible to then scroll to the top ,
> > so the first row is showing. The reason is so if sorting by price, i
> > can see the lowest straight away without manually scrolling every
> > time.TIA
> >
> > David
|