I would like the ability to be able to go to another view and pass the id of the row clicked within the data grid I no I used to be able to do this in winforms and asp.net but the xamrain version elludes me any ideas would be most great-full. Say my id would be items id in the below grid how would i pass that to another view.
<telerikGrid:RadDataGrid AutoGenerateColumns="False" UserEditMode="Cell" UserFilterMode="Disabled" x:Name="deliveryItemsGrid"> <telerikGrid:RadDataGrid.Columns> <telerikGrid:DataGridTextColumn PropertyName="StockDescription" HeaderText="StockDescription" > </telerikGrid:DataGridTextColumn> <telerikGrid:DataGridTextColumn PropertyName="Price" HeaderText="Price" > </telerikGrid:DataGridTextColumn> <telerikGrid:DataGridTextColumn PropertyName="Qty" HeaderText="Qty" > </telerikGrid:DataGridTextColumn> <telerikGrid:DataGridBooleanColumn PropertyName="isDelivered"></telerikGrid:DataGridBooleanColumn> </telerikGrid:RadDataGrid.Columns> </telerikGrid:RadDataGrid><telerikGrid:RadDataGrid AutoGenerateColumns="False" UserEditMode="Cell" UserFilterMode="Disabled" x:Name="deliveryItemsGrid"> <telerikGrid:RadDataGrid.Columns> <telerikGrid:DataGridTextColumn PropertyName="StockDescription" HeaderText="StockDescription" > </telerikGrid:DataGridTextColumn> <telerikGrid:DataGridTextColumn PropertyName="Price" HeaderText="Price" > </telerikGrid:DataGridTextColumn> <telerikGrid:DataGridTextColumn PropertyName="Qty" HeaderText="Qty" > </telerikGrid:DataGridTextColumn> <telerikGrid:DataGridBooleanColumn PropertyName="isDelivered"></telerikGrid:DataGridBooleanColumn> </telerikGrid:RadDataGrid.Columns> </telerikGrid:RadDataGrid>