Reputation: 1291
Does anyone knows how to get row index of the selected cell in DevExpress WPF grid? In WinForms it was something like that:
dataGridViewControll.SelectedCells[0].RowIndex;
Upvotes: 3
Views: 13465
Reputation: 443
Grid.GetRow(urGridctrl);
Upvotes: 1