This question is locked. New answers and comments are not allowed.
Since SelectedRecord has become obsolete, I am wondering how to determine the index of the current row. Previously, it would look like:
Although this code does still work, I am getting warnings that SelectedRecord is obsolete.
| int rIndex = MyGrid.Records.IndexOf(SelectedRecord); |
Although this code does still work, I am getting warnings that SelectedRecord is obsolete.
