Hi, Im using SfDataGrid to show some data, the problem is that, when I select a row it goes to the event method called
DataGrid_SelectionChanging
but when I check the selected item or selected index, they are null and -1.
I wonder, is there any way to get the data or the object for the row Ive selected? or Am I doing something wrong?
Thanks in advance for your answeer