Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1280
SelectedItem of XamGrid
posted

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 ?