up vote 1 down vote favorite
share [g+] share [fb]

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;
link|improve this question

68% accept rate
feedback

2 Answers

You can find the answer on the following link http://social.msdn.microsoft.com/Forums/en-US/wpf/thread/0cdf2968-00e8-4ea5-aea0-ffd0e8230110

link|improve this answer
feedback

Grid.GetRow(urGridctrl);

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.