Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1878
Show active row after changing content
posted

Hi,

I've a WinGrid containing first, last name, etc. I've also some controls like text editors to change the content of the WinGrid using databinding. When I select a row in the WinGrid, change the content and after saving everything into the database I do a resort of the WinGrid and the row is still active which is perfectly fine but it's very likely that this row is not on the actually shown content of the WinGrid so I've to scroll to the changed row which is not very user friendly.

My question is how can I force the WinGrid to show the active row after changing the content and resorting the WinGrid? Probably it's fairly easy if you know how to do it :-)

Regards,
  Wolfgang