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
45
How to set the Focus to an ActiveRow programatically?
posted

The behaviour of the Grid differs if i set the ActiveRow programatically with a bound ViewModel or if i click on the row in the UI. If the row is activated by the ViewModel it's not possible to select more rows with SHIFT and clicking on another row. Then just the other row gets selected. I guess this happens because the ActiveRow is not focused correctly.

How can i set the focus on the ActiveRow? 

Any help is apreciated :-)