Hey,
I have to simple questions.
I am trying to replace all WPF DataGrid component in our application with XamGrid.
WPF DataGrid had to properties, SelectedItem, and Items[i], which could give you the selected item or any other item at a given index.
I can't find those properties in XamGrid. how can I achieve same functionality with XamGrid ?
HI,
The XamGrid has a SelectionSettings object that contains, selected cells, rows and columns.
Here a help link: http://help.infragistics.com/NetAdvantage/WPF/2013.1/CLR4.0/?page=InfragisticsWPF4.Controls.Grids.XamGrid.v13.1~Infragistics.Controls.Grids.SelectionSettings_members.html
Please let me know if you need further assistance regarding this issue.