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
620
Set activeCell/activeRecord based on activeDataItem
posted

I have a grid with columns that contains other grids.

 

I need to be able to programatically set record.isSelected in the one subgrid, that matches my ActiveDataItem, which I am tracking in my ViewModel. Any ideas how to achieve that?