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
479
BringIntoView() for ultragrid
posted

Hi,

For those who are wondering as I was, if you want to bring a certain row from the ultragrid into view, like how you would do with an UltraTreeNode.BringIntoView(...), just set the row you want to see as the ActiveRow by calling Activate().

Hope this helps anyone.

Cheers