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
5549
Multi select rows by code
posted

hi , i want to select each row in my wingrid.

i try it with

   For Each selectedRow As UltraGridRow In Grid_Anlagen1.Rows
          
                        selectedRow.Selected = True
    Next

but it would be always select one row (of 200)