I would like to find the index of a row in a datatable. I cannot find a method or property for either a Datatable, DataRow, or DataRowCollection that easily allows me to do this. Any ideas?
I loaded up my datatable (in my dataset. Now as the user selects various settings or options, I do a Find to that table. Great, it gets me the datarow, but I want to do a change the position of the BindingContext to that row.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.