This question is locked. New answers and comments are not allowed.
Hi,
Apologies for basic nature of this post, embarking on first XAML app and want to make sure I'm not headed in completely the wrong direction.
I aim to have two pages, summary and detail. The detail summary page will have the header/sub header fields for all table items (using Telerik Data Storage) laid out in tiles - when a tile a clicked, the detail page should open with all fields for the clicked item.
My initial thought to make this work is
1) Have an onClick event on the tile that changes a variable to the ID of the data item that was clicked, then navigates to the detail page.
2) Have an onNavigatedTo event on the detail page that checks the variable then fetches the corresponding data item
Being that this is my first app, I am not sure what the best practice approach is and would really appreciate suggestions/comments.
Thank you.
Apologies for basic nature of this post, embarking on first XAML app and want to make sure I'm not headed in completely the wrong direction.
I aim to have two pages, summary and detail. The detail summary page will have the header/sub header fields for all table items (using Telerik Data Storage) laid out in tiles - when a tile a clicked, the detail page should open with all fields for the clicked item.
My initial thought to make this work is
1) Have an onClick event on the tile that changes a variable to the ID of the data item that was clicked, then navigates to the detail page.
2) Have an onNavigatedTo event on the detail page that checks the variable then fetches the corresponding data item
Being that this is my first app, I am not sure what the best practice approach is and would really appreciate suggestions/comments.
Thank you.