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
412
programatically selecting row in code behind
posted

 I have a ultrawebgrid and when a user clicks on the row I want another ultrawebgrid to have the same seleted row.  Something like this...

 

Dim selectedRow As UltraGridRow = wg1.DisplayLayout.SelectedRows(0)
wg2.DisplayLayout.ActiveRow = selectedRow

Parents Reply Children