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
2114
Obtain the object from Row
posted

Say I have the following

Dim objList as List(Of MyObject) = GetMyObjects()
myGrid.DataSource = objList

How can I recuperate the myActiveObj from the myDataGrid. ActiveRow?

Parents Reply Children
No Data